From: Jo-Philipp Wich Date: Mon, 30 Sep 2013 16:48:04 +0000 (+0000) Subject: luci2: fix little typo in login manager X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci2%2Fui.git;a=commitdiff_plain;h=95a1face4298809ca1ad1ae8367b2507c90adb48 luci2: fix little typo in login manager --- diff --git a/luci2/htdocs/luci2/view/system.users.js b/luci2/htdocs/luci2/view/system.users.js index 5447238..69fdaa2 100644 --- a/luci2/htdocs/luci2/view/system.users.js +++ b/luci2/htdocs/luci2/view/system.users.js @@ -296,7 +296,7 @@ L.ui.view.extend({ var o = s.option(self.aclTable, '__acls', { caption: L.tr('User ACLs'), - description: L.tr('Specifies the access levels of this account. The "-" column means no access, "R" stands for read only access and "F" for full access.') + description: L.tr('Specifies the access levels of this account. The "N" column means no access, "R" stands for read only access and "F" for full access.') }); var groups = [ ];