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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue