Added translations.xls

This commit is contained in:
alextselegidis@gmail.com 2013-12-03 17:32:51 +00:00
parent e522af54f2
commit 10a8fa0b5f
2 changed files with 1 additions and 1 deletions

BIN
doc/translations.xls Normal file

Binary file not shown.

View File

@ -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 {