diff --git a/src/application/controllers/appointments.php b/src/application/controllers/appointments.php index a972dbf1..410c0447 100644 --- a/src/application/controllers/appointments.php +++ b/src/application/controllers/appointments.php @@ -160,7 +160,7 @@ class Appointments extends CI_Controller { if (!$post_data['manage_mode']) { $customer_title = $this->lang->line('appointment_booked'); - $customer_message = $this->lang->line('thank_your_for_appointment'); + $customer_message = $this->lang->line('thank_you_for_appointment'); $customer_link = $this->config->item('base_url') . '/appointments/index/' . $appointment['hash']; diff --git a/src/application/views/appointments/book.php b/src/application/views/appointments/book.php index c5353724..9ab8d331 100644 --- a/src/application/views/appointments/book.php +++ b/src/application/views/appointments/book.php @@ -3,6 +3,9 @@