Use the same email subject for both customer and provider for when an appointment is updated (#1403)
This commit is contained in:
parent
cbbcaa417f
commit
73323c15d3
1 changed files with 1 additions and 1 deletions
|
@ -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 = '';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue