diff options
author | Paul Dee <itsascambutmailmeanyway@gmail.com> | 2023-08-05 02:16:31 +0200 |
---|---|---|
committer | Paul Dee <itsascambutmailmeanyway@gmail.com> | 2023-08-11 13:17:05 +0200 |
commit | 677da57a28f10428eb99488afef8e068614d4ea6 (patch) | |
tree | a8a4cb1e5b2e86b72f8c2b6859ca705351f5f918 /modules/luci-mod-system/htdocs/luci-static/resources/view | |
parent | 2c3018d426e7a8afe06b529075aa43df2f8096f8 (diff) |
luci-mod-system: grammar fixes
Login (n) -> Log (v) in
Logout (n) -> Log (v) out
Signed-off-by: Paul Dee <itsascambutmailmeanyway@gmail.com>
Diffstat (limited to 'modules/luci-mod-system/htdocs/luci-static/resources/view')
-rw-r--r-- | modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js b/modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js index 6ee801abc2..05afc670ab 100644 --- a/modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js +++ b/modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js @@ -28,7 +28,7 @@ return view.extend({ o.default = o.enabled; o.rmempty = false; - o = s.option(form.Flag, 'RootPasswordAuth', _('Allow root logins with password'), _('Allow the <em>root</em> user to login with password')); + o = s.option(form.Flag, 'RootPasswordAuth', _('Allow root logins with password'), _('Allow the <em>root</em> user to log in with password')); o.enabled = 'on'; o.disabled = 'off'; o.default = o.enabled; |