From 1e23538c7a7da9198d9d3e5dbf15fedad3d3579e Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Sun, 29 Mar 2026 21:26:19 +0200 Subject: [PATCH] luci-app-bcp38: string fix Closes #8478 Signed-off-by: Paul Donald --- .../htdocs/luci-static/resources/view/bcp38/form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a4873ffe94..44797d421c 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 @@ -28,7 +28,7 @@ return view.extend({ o.rmempty = false; o = s.option(widgets.DeviceSelect, 'interface', _('Interface name'), - _('Interface to apply the blocking to should be the upstream WAN interface).')); + _('Interface to apply the blocking to (should be the upstream WAN interface).')); o.modalonly = true; o.noaliases = true; o.multiple = false;