Browse Source

Update legend for the is_admin field

Bubka 1 năm trước cách đây
mục cha
commit
1e42008be7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      resources/lang/en/admin.php

+ 1 - 1
resources/lang/en/admin.php

@@ -78,7 +78,7 @@ return [
         ],
         ],
         'is_admin' => [
         'is_admin' => [
             'label' => 'Is administrator',
             'label' => 'Is administrator',
-            'help' => 'Give administrator rights to the user. Administrators have permissions to manage app settings and users.'
+            'help' => 'Give administrator rights to the user. Administrators have permissions to manage the whole app, i.e. settings and other users, but cannot generate password for a 2FA they don\'t own.'
         ]
         ]
     ],
     ],