complete story 7.6 with qa tests
This commit is contained in:
@@ -56,4 +56,12 @@ return [
|
||||
// Other
|
||||
'submitted_on' => 'Submitted',
|
||||
'pending_review' => 'Pending Review',
|
||||
|
||||
// Booking status
|
||||
'can_book_today' => 'You can book a consultation today',
|
||||
'already_booked_today' => 'You already have a booking for today',
|
||||
'pending_for_date' => 'You have a pending request for :date',
|
||||
'pending_count' => 'You have :count pending requests',
|
||||
'limit_message' => 'Note: You can book a maximum of 1 consultation per day.',
|
||||
'user_booked' => 'Your booking',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user