From: Paul Donald Date: Tue, 3 Feb 2026 06:31:43 +0000 (+0100) Subject: luci-app-banip: fix i18n compile warn X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=541e0dfab43072f5e7a83f7871457da1fc5602d1;p=openwrt-luci.git luci-app-banip: fix i18n compile warn Message contains an embedded URL. Better move it out of the translatable string Signed-off-by: Paul Donald --- diff --git a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js index fe529b4767..470993a2c7 100644 --- a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js +++ b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js @@ -38,7 +38,7 @@ return view.extend({ let m, s, o; m = new form.Map('banip', 'banIP', _('Configuration of the banIP package to ban incoming and outgoing IPs via named nftables Sets. \ - For further information please check the online documentation')); + For further information please check the %s.'.format(`${_('online documentation')}`))); /* set text content helper function