luci2: fix little typo in login manager
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 30 Sep 2013 16:48:04 +0000 (16:48 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 30 Sep 2013 16:48:04 +0000 (16:48 +0000)
luci2/htdocs/luci2/view/system.users.js

index 5447238..69fdaa2 100644 (file)
@@ -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 = [ ];