luci-app-bcp38: string fix
authorPaul Donald <redacted>
Sun, 29 Mar 2026 19:26:19 +0000 (21:26 +0200)
committerPaul Donald <redacted>
Sun, 29 Mar 2026 19:29:11 +0000 (21:29 +0200)
Closes #8478

Signed-off-by: Paul Donald <redacted>
applications/luci-app-bcp38/htdocs/luci-static/resources/view/bcp38/form.js

index a4873ffe943bba1275c412382c3f4215ea85efc7..44797d421c2518c35099122d732099d234730cd7 100644 (file)
@@ -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;
git clone https://git.99rst.org/PROJECT