luci-app-bcp38: string fix

Closes #8478

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald
2026-03-29 21:26:19 +02:00
parent d7dc02148e
commit 1e23538c7a

View 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;