complete story 7.2 with qa tests
This commit is contained in:
@@ -35,4 +35,25 @@ return [
|
||||
'no_consultations' => 'You have no consultations yet.',
|
||||
'book_first_consultation' => 'Book Your First Consultation',
|
||||
'add_to_calendar' => 'Add to Calendar',
|
||||
|
||||
// Consultations sections
|
||||
'upcoming_consultations' => 'Upcoming Consultations',
|
||||
'pending_requests' => 'Pending Requests',
|
||||
'past_consultations' => 'Past Consultations',
|
||||
'no_upcoming_consultations' => 'No upcoming consultations',
|
||||
'no_pending_requests' => 'No pending requests',
|
||||
'no_past_consultations' => 'No past consultations',
|
||||
'book_consultation' => 'Book Consultation',
|
||||
|
||||
// Consultation types
|
||||
'type_free' => 'Free',
|
||||
'type_paid' => 'Paid',
|
||||
|
||||
// Payment status
|
||||
'payment_pending' => 'Payment Pending',
|
||||
'payment_received' => 'Payment Received',
|
||||
|
||||
// Other
|
||||
'submitted_on' => 'Submitted',
|
||||
'pending_review' => 'Pending Review',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user