mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 17:42:21 +03:00
Μικρές διορθώσεις στην ακύρωση ενός ραντεβού
This commit is contained in:
parent
e8725a9b1d
commit
ecca0df535
2 changed files with 3 additions and 3 deletions
|
@ -80,8 +80,8 @@ class Appointments extends CI_Controller {
|
|||
$customer_title = 'Your appointment has been successfully booked!';
|
||||
$provider_title = 'A new appointment has been added to your plan.';
|
||||
} else {
|
||||
$customer_title = 'Appointment changes saved successfully!';
|
||||
$provider_title = 'Appointment details have changed.';
|
||||
$customer_title = 'Appointment Changes Saved Successfully!';
|
||||
$provider_title = 'Appointment Details Have Changed';
|
||||
}
|
||||
|
||||
$this->notifications->send_book_success(
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
<div id="success-frame" class="frame-container">
|
||||
<img id="success-icon" src="<?php echo $this->config->base_url(); ?>assets/images/success.png" />
|
||||
|
||||
<h2>Your appointment has been successfully cancelled.</h2>
|
||||
<h2>Your appointment has been successfully cancelled</h2>
|
||||
|
||||
<?php
|
||||
// Display exception message (if any).
|
||||
|
|
Loading…
Reference in a new issue