mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
luci-app-bcp38: string fix
Closes #8478 Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user