You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/backend/lang/en/lang.php
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -167,6 +167,9 @@
167
167
'updated_at' => 'Updated at',
168
168
'deleted_at' => 'Deleted at',
169
169
'show_deleted' => 'Show deleted',
170
+
'self_escalation_denied' => 'You cannot modify your own role, permissions, or superuser status.',
171
+
'superuser_grant_denied' => 'Only superusers can grant superuser status or modify other superuser accounts.',
172
+
'manage_users_denied' => 'You do not have permission to manage other administrators.',
170
173
'throttle_tab' => 'Failed Logins',
171
174
'throttle_tab_label' => 'Failed Login Records',
172
175
'throttle_comment' => 'View failed login attempts for this user. These records are automatically generated when login attempts fail. Users are suspended after exceeding the attempt limit.',
0 commit comments