From: Paul Donald Date: Sun, 29 Mar 2026 19:26:19 +0000 (+0200) Subject: luci-app-bcp38: string fix X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1e23538c7a7da9198d9d3e5dbf15fedad3d3579e;p=openwrt-luci.git luci-app-bcp38: string fix Closes #8478 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 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;