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' => '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',
];