fixed the isseu of the guest booking page when logged in
This commit is contained in:
@@ -65,6 +65,12 @@ return [
|
||||
'limit_message' => 'Note: You can book a maximum of 1 consultation per day.',
|
||||
'user_booked' => 'Your booking',
|
||||
|
||||
// Logged-in user on guest page
|
||||
'logged_in_title' => 'You Already Have an Account',
|
||||
'logged_in_message' => 'As a registered user, you can book consultations directly from your dashboard with a simpler process and better tracking.',
|
||||
'go_to_dashboard' => 'Book from My Account',
|
||||
'or_logout' => 'Or log out to continue as a guest',
|
||||
|
||||
// Guest booking
|
||||
'guest_intro' => 'Request a consultation appointment. No account required - simply fill in your details below.',
|
||||
'guest_name' => 'Full Name',
|
||||
|
||||
Reference in New Issue
Block a user