fixed user/admin settings page error

This commit is contained in:
Naser Mansour
2026-01-08 19:21:47 +02:00
parent dfee2ff5c8
commit 508ce8f918
6 changed files with 23 additions and 7 deletions
+8
View File
@@ -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' => 'إدارة إعدادات المصادقة الثنائية',
];