]> jfr.im git - irc/evilnet/znc.git/commitdiff
Make it more visible that admins have lots of privileges
authorAlexey Sokolov <redacted>
Fri, 10 Apr 2020 08:58:59 +0000 (09:58 +0100)
committerAlexey Sokolov <redacted>
Fri, 10 Apr 2020 08:58:59 +0000 (09:58 +0100)
modules/webadmin.cpp

index 37caa68cb810a85f15e64115fcbe5fed2b19c611..7fada328357d28a3be99686b5c550f16db53568f 100644 (file)
@@ -1548,7 +1548,7 @@ class CWebAdminMod : public CModule {
 
                 CTemplate& o10 = Tmpl.AddRow("OptionLoop");
                 o10["Name"] = "isadmin";
-                o10["DisplayName"] = t_s("Admin");
+                o10["DisplayName"] = t_s("Admin (dangerous! may gain shell access)");
                 if (pUser->IsAdmin()) {
                     o10["Checked"] = "true";
                 }