complete story 3.7 with qa test
This commit is contained in:
@@ -84,4 +84,21 @@ return [
|
||||
'rejection_reason' => 'Reason:',
|
||||
'booking_rejected_next_steps' => 'You are welcome to submit a new booking request for a different date or time.',
|
||||
'booking_rejected_contact' => 'If you have any questions, please do not hesitate to contact us.',
|
||||
|
||||
// Consultation Cancelled (client)
|
||||
'consultation_cancelled_title' => 'Your Consultation Has Been Cancelled',
|
||||
'consultation_cancelled_greeting' => 'Dear :name,',
|
||||
'consultation_cancelled_body' => 'We would like to inform you that your consultation appointment has been cancelled.',
|
||||
'cancelled_booking_details' => 'Cancelled Appointment Details:',
|
||||
'consultation_cancelled_rebook' => 'If you would like to book a new consultation, please visit our booking page.',
|
||||
'consultation_cancelled_contact' => 'If you have any questions about this cancellation, please contact us.',
|
||||
|
||||
// Consultation Rescheduled (client)
|
||||
'consultation_rescheduled_title' => 'Your Consultation Has Been Rescheduled',
|
||||
'consultation_rescheduled_greeting' => 'Dear :name,',
|
||||
'consultation_rescheduled_body' => 'Your consultation appointment has been rescheduled to a new date and time.',
|
||||
'old_booking_details' => 'Previous Appointment:',
|
||||
'new_booking_details' => 'New Appointment:',
|
||||
'consultation_rescheduled_calendar' => 'A new calendar file (.ics) is attached. Please update your calendar.',
|
||||
'consultation_rescheduled_contact' => 'If you have any questions about this change, please contact us.',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user