luci-app-bcp38: fix parenthesis close master
authorPaul Donald <newtwen+github@gmail.com>
Fri, 6 Feb 2026 12:59:56 +0000 (13:59 +0100)
committerPaul Donald <newtwen+github@gmail.com>
Fri, 6 Feb 2026 12:59:56 +0000 (13:59 +0100)
follow-up to a1173797e1c855b0e2923fa58539b3e7e04ab938

Closes #8306

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js

index f2dfd1211097ee2bed2b9016aaf1dcc9d468350a..a4873ffe943bba1275c412382c3f4215ea85efc7 100644 (file)
@@ -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('<a href="http://tools.ietf.org/html/bcp38">BCP 38</a>') + '<br/>' +
                        _('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'));