Removed period from translation key

This commit is contained in:
alextselegidis 2021-11-12 21:26:43 +01:00
parent 1103db92df
commit 702089beb7
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ $lang['start'] = 'Start';
$lang['end'] = 'End'; $lang['end'] = 'End';
$lang['name'] = 'Name'; $lang['name'] = 'Name';
$lang['appointment_link_title'] = 'Appointment Link'; $lang['appointment_link_title'] = 'Appointment Link';
$lang['success'] = 'Success.'; $lang['success'] = 'Success';
$lang['appointment_added_to_google_calendar'] = 'Your appointment has been added to your Google Calendar account.'; $lang['appointment_added_to_google_calendar'] = 'Your appointment has been added to your Google Calendar account.';
$lang['view_appointment_in_google_calendar'] = 'Click here to view your appointment on Google Calendar.'; $lang['view_appointment_in_google_calendar'] = 'Click here to view your appointment on Google Calendar.';
$lang['appointment_added_to_your_plan'] = 'A new appointment has been added to your plan.'; $lang['appointment_added_to_your_plan'] = 'A new appointment has been added to your plan.';