Corrected translation key.

This commit is contained in:
Alex Tselegidis 2015-07-07 22:42:52 +02:00
parent 4085cd43ca
commit 02a62635db

View file

@ -190,7 +190,7 @@ class Backend_api extends CI_Controller {
if (!$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') . '/index.php/appointments/index/'
. $appointment['hash'];