From b89e81e373cf8f1760462aac082d26d3cd0ecbaa Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sat, 16 May 2020 19:05:22 +0300 Subject: [PATCH] luci-app-acl: fix typo Fix typo: Acess -> Access Signed-off-by: Hannu Nyman --- .../htdocs/luci-static/resources/view/system/acl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')); -- 2.25.1