mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
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)
|
||||
{
|
||||
$customer_subject = lang('appointment_changes_saved');
|
||||
$customer_subject = lang('appointment_details_changed');
|
||||
|
||||
$customer_message = '';
|
||||
|
||||
|
|
Loading…
Reference in a new issue