From 73323c15d3dd2352ed5d1bc11690740d4fad4807 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Thu, 12 Oct 2023 12:58:54 +0200 Subject: [PATCH] Use the same email subject for both customer and provider for when an appointment is updated (#1403) --- application/libraries/Notifications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/libraries/Notifications.php b/application/libraries/Notifications.php index 9ccf4eec..37cf95e0 100644 --- a/application/libraries/Notifications.php +++ b/application/libraries/Notifications.php @@ -59,7 +59,7 @@ class Notifications { { if ($manage_mode) { - $customer_subject = lang('appointment_changes_saved'); + $customer_subject = lang('appointment_details_changed'); $customer_message = '';