Use the same email subject for both customer and provider for when an appointment is updated (#1403)

This commit is contained in:
Alex Tselegidis 2023-10-12 12:58:54 +02:00
parent cbbcaa417f
commit 73323c15d3

View file

@ -59,7 +59,7 @@ class Notifications {
{ {
if ($manage_mode) if ($manage_mode)
{ {
$customer_subject = lang('appointment_changes_saved'); $customer_subject = lang('appointment_details_changed');
$customer_message = ''; $customer_message = '';