From a1173797e1c855b0e2923fa58539b3e7e04ab938 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Tue, 3 Feb 2026 07:04:06 +0100 Subject: [PATCH] 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 --- .../htdocs/luci-static/resources/view/bcp38/form.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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.'));