complete 3.4 with qa tests
This commit is contained in:
@@ -40,4 +40,27 @@ return [
|
||||
// Common
|
||||
'login_now' => 'Login Now',
|
||||
'regards' => 'Regards',
|
||||
|
||||
// Booking Submitted (client)
|
||||
'booking_submitted_subject' => 'Booking Request Submitted',
|
||||
'booking_submitted_title' => 'Booking Request Received',
|
||||
'booking_submitted_greeting' => 'Dear :name,',
|
||||
'booking_submitted_body' => 'Your consultation booking request has been submitted successfully and is pending review.',
|
||||
'booking_details' => 'Booking Details:',
|
||||
'booking_date' => 'Date:',
|
||||
'booking_time' => 'Time:',
|
||||
'booking_duration' => 'Duration:',
|
||||
'booking_submitted_next_steps' => 'Our team will review your request and you will receive a confirmation once approved.',
|
||||
'booking_submitted_contact' => 'If you have any questions, please do not hesitate to contact us.',
|
||||
|
||||
// New Booking Request (admin)
|
||||
'new_booking_request_subject' => 'New Booking Request',
|
||||
'new_booking_request_title' => 'New Consultation Booking Request',
|
||||
'new_booking_request_body' => 'A new consultation booking request has been submitted.',
|
||||
'client_details' => 'Client Details:',
|
||||
'client_name' => 'Name:',
|
||||
'client_email' => 'Email:',
|
||||
'client_phone' => 'Phone:',
|
||||
'problem_summary' => 'Problem Summary:',
|
||||
'view_in_dashboard' => 'View in Dashboard',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user