luci-app-acl: fix typo
Fix typo: Acess -> Access Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
parent
7f08f42f05
commit
b89e81e373
@ -300,7 +300,7 @@ return view.extend({
|
||||
o = s.option(cbiACLLevel, '_write', _('Write access'));
|
||||
o.modalonly = false;
|
||||
|
||||
o = s.option(form.ListValue, '_level', _('Acess level'));
|
||||
o = s.option(form.ListValue, '_level', _('Access level'));
|
||||
o.modalonly = true;
|
||||
o.value('write', _('full', 'All permissions granted'));
|
||||
o.value('read', _('readonly', 'Only read permissions granted'));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user