diff --git a/src/application/controllers/appointments.php b/src/application/controllers/appointments.php index 7d3e93d3..0ab27540 100644 --- a/src/application/controllers/appointments.php +++ b/src/application/controllers/appointments.php @@ -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( diff --git a/src/application/views/appointments/cancel.php b/src/application/views/appointments/cancel.php index 271c76de..1fddd227 100644 --- a/src/application/views/appointments/cancel.php +++ b/src/application/views/appointments/cancel.php @@ -50,7 +50,7 @@