summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js b/applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js
index 93a068c74..52ce13c76 100644
--- a/applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js
+++ b/applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js
@@ -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'));