forked from mirrors/easyappointments
Corrected translation key.
This commit is contained in:
parent
4085cd43ca
commit
02a62635db
1 changed files with 1 additions and 1 deletions
|
@ -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'];
|
||||
|
||||
|
|
Loading…
Reference in a new issue