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
1 changed files with 1 additions and 1 deletions

View File

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