mirror of
https://github.com/openwrt/luci.git
synced 2026-07-12 22:44:35 +04:00
luci-mod-system: i18n string context
i18n string context Signed-off-by: Andy Chiang <AndyChiang_git@outlook.com>
This commit is contained in:
@@ -17,7 +17,7 @@ return view.extend({
|
||||
if (!uci.get('rpcd', 'policy'))
|
||||
uci.add('rpcd', 'policy', 'policy');
|
||||
|
||||
m = new form.Map('rpcd', _('Policy'));
|
||||
m = new form.Map('rpcd', _('Policy', 'password policy'));
|
||||
m.readonly = !L.hasViewPermission();
|
||||
|
||||
s = m.section(form.NamedSection, 'policy')
|
||||
|
||||
Reference in New Issue
Block a user