complete story 7.4 with qa tests
This commit is contained in:
@@ -5,4 +5,5 @@ return [
|
||||
'password' => 'The provided password is incorrect.',
|
||||
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
||||
'account_deactivated' => 'Your account has been deactivated. Please contact the administrator.',
|
||||
'logout' => 'Logout',
|
||||
];
|
||||
|
||||
@@ -36,4 +36,8 @@ return [
|
||||
'back_to_cases' => 'Back to Cases',
|
||||
'no_cases_yet' => 'You don\'t have any cases yet.',
|
||||
'no_updates_yet' => 'No updates yet.',
|
||||
|
||||
// Profile
|
||||
'my_profile' => 'My Profile',
|
||||
'contact_admin_to_update' => 'Contact admin to update your information',
|
||||
];
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'full_name' => 'Full Name',
|
||||
'national_id' => 'National ID',
|
||||
'email' => 'Email Address',
|
||||
'phone' => 'Phone Number',
|
||||
'preferred_language' => 'Preferred Language',
|
||||
'member_since' => 'Member Since',
|
||||
'company_name' => 'Company Name',
|
||||
'registration_number' => 'Registration Number',
|
||||
'contact_person' => 'Contact Person',
|
||||
'contact_person_id' => 'Contact Person ID',
|
||||
'individual_account' => 'Individual Account',
|
||||
'company_account' => 'Company Account',
|
||||
'arabic' => 'Arabic',
|
||||
'english' => 'English',
|
||||
];
|
||||
Reference in New Issue
Block a user