diff --git a/doc/translations.xls b/doc/translations.xls new file mode 100644 index 00000000..e6b72e5a Binary files /dev/null and b/doc/translations.xls differ diff --git a/src/application/controllers/appointments.php b/src/application/controllers/appointments.php index 4ea828e7..fce43330 100644 --- a/src/application/controllers/appointments.php +++ b/src/application/controllers/appointments.php @@ -156,7 +156,7 @@ class Appointments extends CI_Controller { $provider_title = 'A new appointment has been added to your plan.'; $provider_message = 'You can make changes by clicking the appointment ' - . 'link below'; + . 'link below.'; $provider_link = $this->config->item('base_url') . 'backend/index/' . $appointment['hash']; } else {