From c69714ad90722ca50e078b6de7df936f479c1a1e Mon Sep 17 00:00:00 2001 From: DiGitHubCap <905317+DiGitHubCap@users.noreply.github.com> Date: Fri, 1 Nov 2019 15:36:31 -0400 Subject: [PATCH] Add note check spam folder after booking an appointment --- src/application/language/english/translations_lang.php | 1 + src/application/views/appointments/book_success.php | 1 + 2 files changed, 2 insertions(+) diff --git a/src/application/language/english/translations_lang.php b/src/application/language/english/translations_lang.php index 33dc74e3..55b16a5f 100755 --- a/src/application/language/english/translations_lang.php +++ b/src/application/language/english/translations_lang.php @@ -33,6 +33,7 @@ $lang['appointment_cancelled_title'] = 'Appointment Cancelled'; $lang['reason'] = 'Reason'; $lang['appointment_removed_from_schedule'] = 'The following appointment was removed from the company\'s schedule.'; $lang['appointment_details_was_sent_to_you'] = 'An email with the appointment details has been sent to you.'; +$lang['check_spam_folder'] = 'Please check your spam folder if the email does not arrive within a few minutes.'; $lang['add_to_google_calendar'] = 'Add to Google Calendar'; $lang['appointment_booked'] = 'Your appointment has been successfully booked!'; $lang['thank_you_for_appointment'] = 'Thank you for arranging an appointment with us. Below you can see the appointment details. Make changes by clicking the appointment link.'; diff --git a/src/application/views/appointments/book_success.php b/src/application/views/appointments/book_success.php index 077e8257..b5bb349a 100755 --- a/src/application/views/appointments/book_success.php +++ b/src/application/views/appointments/book_success.php @@ -30,6 +30,7 @@ echo '

' . lang('appointment_registered') . '

' . lang('appointment_details_was_sent_to_you') . '

+

' . lang('check_spam_folder') . '

' . lang('go_to_booking_page') . '