luci-app-acl: fix typo
authorHannu Nyman <hannu.nyman@iki.fi>
Sat, 16 May 2020 16:05:22 +0000 (19:05 +0300)
committerHannu Nyman <hannu.nyman@iki.fi>
Sat, 16 May 2020 16:05:22 +0000 (19:05 +0300)
Fix typo: Acess -> Access

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js

index 93a068c746d0503adf1b823fde7c9d25ea8fe3e5..52ce13c766968bb806dd8c561394fe775e87138a 100644 (file)
@@ -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'));