fixed user/admin settings page error
This commit is contained in:
@@ -44,4 +44,12 @@ return [
|
||||
'working_hours' => 'ساعات العمل',
|
||||
'blocked_times' => 'الأوقات المحظورة',
|
||||
'legal_pages' => 'الصفحات القانونية',
|
||||
|
||||
// Settings Page Headings
|
||||
'profile_heading' => 'الملف الشخصي',
|
||||
'profile_subheading' => 'تحديث الاسم والبريد الإلكتروني',
|
||||
'password_heading' => 'تحديث كلمة المرور',
|
||||
'password_subheading' => 'تأكد من استخدام كلمة مرور طويلة وعشوائية للحفاظ على الأمان',
|
||||
'two_factor_heading' => 'المصادقة الثنائية',
|
||||
'two_factor_subheading' => 'إدارة إعدادات المصادقة الثنائية',
|
||||
];
|
||||
|
||||
@@ -44,4 +44,12 @@ return [
|
||||
'working_hours' => 'Working Hours',
|
||||
'blocked_times' => 'Blocked Times',
|
||||
'legal_pages' => 'Legal Pages',
|
||||
|
||||
// Settings Page Headings
|
||||
'profile_heading' => 'Profile',
|
||||
'profile_subheading' => 'Update your name and email address',
|
||||
'password_heading' => 'Update password',
|
||||
'password_subheading' => 'Ensure your account is using a long, random password to stay secure',
|
||||
'two_factor_heading' => 'Two Factor Authentication',
|
||||
'two_factor_subheading' => 'Manage your two-factor authentication settings',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user