complete story 11.2 with qa tests
This commit is contained in:
@@ -64,4 +64,16 @@ return [
|
||||
'pending_count' => 'You have :count pending requests',
|
||||
'limit_message' => 'Note: You can book a maximum of 1 consultation per day.',
|
||||
'user_booked' => 'Your booking',
|
||||
|
||||
// Guest booking
|
||||
'guest_intro' => 'Request a consultation appointment. No account required - simply fill in your details below.',
|
||||
'guest_name' => 'Full Name',
|
||||
'guest_email' => 'Email Address',
|
||||
'guest_phone' => 'Phone Number',
|
||||
'guest_already_booked_this_day' => 'This email already has a booking request for the selected date. Please choose a different date.',
|
||||
'guest_submitted_successfully' => 'Your booking request has been submitted. Please check your email for confirmation.',
|
||||
'invalid_captcha' => 'Incorrect answer. Please try again.',
|
||||
'too_many_attempts' => 'Too many booking attempts. Please try again later.',
|
||||
'success_title' => 'Booking Request Submitted!',
|
||||
'success_message' => 'We have received your consultation request. You will receive an email confirmation shortly. Our team will review your request and contact you.',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user