瀏覽代碼

Update legend for the is_admin field

Bubka 1 年之前
父節點
當前提交
1e42008be7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/lang/en/admin.php

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

@@ -78,7 +78,7 @@ return [
         ],
         'is_admin' => [
             '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.'
         ]
     ],