luci-app-acl: fix typo

Fix typo: Acess -> Access

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
Hannu Nyman 2020-05-16 19:05:22 +03:00
parent 7f08f42f05
commit b89e81e373

View file

@ -300,7 +300,7 @@ return view.extend({
o = s.option(cbiACLLevel, '_write', _('Write access')); o = s.option(cbiACLLevel, '_write', _('Write access'));
o.modalonly = false; o.modalonly = false;
o = s.option(form.ListValue, '_level', _('Acess level')); o = s.option(form.ListValue, '_level', _('Access level'));
o.modalonly = true; o.modalonly = true;
o.value('write', _('full', 'All permissions granted')); o.value('write', _('full', 'All permissions granted'));
o.value('read', _('readonly', 'Only read permissions granted')); o.value('read', _('readonly', 'Only read permissions granted'));