From 02a62635dbf597f6b41b2ec289f543ecc4fdd76e Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Tue, 7 Jul 2015 22:42:52 +0200 Subject: [PATCH] Corrected translation key. --- src/application/controllers/backend_api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application/controllers/backend_api.php b/src/application/controllers/backend_api.php index 27e02c78..9f239f7e 100644 --- a/src/application/controllers/backend_api.php +++ b/src/application/controllers/backend_api.php @@ -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'];