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 98d746e994..647ad60b30 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 @@ -8,8 +8,8 @@ return view.extend({ let m, s, o; m = new form.Map('crowdsec', _('CrowdSec'), - _('Gain crowd-sourced protection against malicious IPs. ' + - 'Benefit from the most accurate CTI in the world.')); + _('Gain %s protection against malicious IPs.'.format('crowd-sourced')) + '
' + + _('Benefit from the most accurate CTI in the world.')); s = m.section(form.TypedSection, 'bouncer', _('Bouncer'));