From 63299fe2b6070e5203e5efe6ff5f4cad26a36118 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Tue, 3 Feb 2026 07:48:29 +0100 Subject: [PATCH] luci-app-crowdsec-firewall-bouncer: fix i18n compile warn Message contains an embedded URL. Better move it out of the translatable string Signed-off-by: Paul Donald --- .../resources/view/crowdsec-firewall-bouncer/form.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'));