complete story 3.5 with qa test
This commit is contained in:
@@ -63,4 +63,25 @@ return [
|
||||
'client_phone' => 'Phone:',
|
||||
'problem_summary' => 'Problem Summary:',
|
||||
'view_in_dashboard' => 'View in Dashboard',
|
||||
|
||||
// Booking Approved (client)
|
||||
'booking_approved_title' => 'Your Booking Has Been Approved',
|
||||
'booking_approved_greeting' => 'Dear :name,',
|
||||
'booking_approved_body' => 'We are pleased to inform you that your consultation booking request has been approved.',
|
||||
'consultation_type' => 'Type:',
|
||||
'free_consultation' => 'Free Consultation',
|
||||
'paid_consultation' => 'Paid Consultation',
|
||||
'payment_details' => 'Payment Details:',
|
||||
'payment_amount' => 'Amount:',
|
||||
'payment_instructions' => 'Payment Instructions:',
|
||||
'booking_approved_calendar' => 'A calendar file (.ics) is attached to this email. You can add it to your calendar application.',
|
||||
'booking_approved_contact' => 'If you have any questions or need to reschedule, please contact us.',
|
||||
|
||||
// Booking Rejected (client)
|
||||
'booking_rejected_title' => 'Regarding Your Consultation Request',
|
||||
'booking_rejected_greeting' => 'Dear :name,',
|
||||
'booking_rejected_body' => 'We regret to inform you that your consultation booking request could not be approved at this time.',
|
||||
'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.',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user