From: Paul Donald Date: Fri, 6 Feb 2026 12:59:56 +0000 (+0100) Subject: luci-app-bcp38: fix parenthesis close X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=e6ad9db8d13914bdbc2ae615848fa0d5e9859c8c;p=project%2Fluci.git luci-app-bcp38: fix parenthesis close follow-up to a1173797e1c855b0e2923fa58539b3e7e04ab938 Closes #8306 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 f2dfd12110..a4873ffe94 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 @@ -11,7 +11,7 @@ return view.extend({ _('This function blocks packets with private address destinations ' + '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.')); + 'no BCP38 firewall routes are needed.'))); s = m.section(form.TypedSection, 'bcp38', _('BCP38 config'));