From: Paul Donald Date: Tue, 3 Feb 2026 06:04:06 +0000 (+0100) Subject: luci-app-bcp38: fix i18n compile warn X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=a1173797e1c855b0e2923fa58539b3e7e04ab938;p=project%2Fluci.git luci-app-bcp38: 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-bcp38/htdocs/luci-static/resources/view/bcp38/form.js b/applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js index d982cdae4b..f2dfd12110 100644 --- a/applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js +++ b/applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js @@ -9,9 +9,8 @@ return view.extend({ m = new form.Map('bcp38', _('BCP38'), _('This function blocks packets with private address destinations ' + - 'from going out onto the internet as per ' + - 'BCP 38. ' + - 'For IPv6, only source specific default routes are installed, so ' + + 'from going out onto the internet as per %s'.format('BCP 38') + '
' + + _('For IPv6, only source specific default routes are installed, so ' + 'no BCP38 firewall routes are needed.'));