diff --git a/applications/luci-app-crowdsec-firewall-bouncer/htdocs/luci-static/resources/view/crowdsec-firewall-bouncer/form.js b/applications/luci-app-crowdsec-firewall-bouncer/htdocs/luci-static/resources/view/crowdsec-firewall-bouncer/form.js index 647ad60b304d..e89aac193ffd 100644 --- a/applications/luci-app-crowdsec-firewall-bouncer/htdocs/luci-static/resources/view/crowdsec-firewall-bouncer/form.js +++ b/applications/luci-app-crowdsec-firewall-bouncer/htdocs/luci-static/resources/view/crowdsec-firewall-bouncer/form.js @@ -7,7 +7,7 @@ return view.extend({ render: function() { let m, s, o; - m = new form.Map('crowdsec', _('CrowdSec'), + m = new form.Map('crowdsec-firewall-bouncer', _('CrowdSec'), _('Gain %s protection against malicious IPs.'.format('crowd-sourced')) + '
' + _('Benefit from the most accurate CTI in the world.')); diff --git a/applications/luci-app-crowdsec-firewall-bouncer/root/usr/share/rpcd/acl.d/luci-app-crowdsec-firewall-bouncer.json b/applications/luci-app-crowdsec-firewall-bouncer/root/usr/share/rpcd/acl.d/luci-app-crowdsec-firewall-bouncer.json index bc35211a2ac9..4b17d963cae8 100644 --- a/applications/luci-app-crowdsec-firewall-bouncer/root/usr/share/rpcd/acl.d/luci-app-crowdsec-firewall-bouncer.json +++ b/applications/luci-app-crowdsec-firewall-bouncer/root/usr/share/rpcd/acl.d/luci-app-crowdsec-firewall-bouncer.json @@ -2,10 +2,10 @@ "luci-app-crowdsec-firewall-bouncer": { "description": "Grant UCI access to LuCI app crowdsec-firewall-bouncer", "read": { - "uci": [ "crowdsec" ] + "uci": [ "crowdsec-firewall-bouncer" ] }, "write": { - "uci": [ "crowdsec" ] + "uci": [ "crowdsec-firewall-bouncer" ] } } }