luci-mod-network: wireless.js: fix typo in description string
Signed-off-by: Jo-Philipp Wich <jo@mein.io> (backported from commit 53a998895b81ac393d1a9d62e4c3ae0e8708515b)
This commit is contained in:
parent
ac36cb549f
commit
28d70baeaa
@ -1156,7 +1156,7 @@ return view.extend({
|
||||
if (/^radio\d+\.network/.test(o.placeholder))
|
||||
o.placeholder = '';
|
||||
|
||||
o = ss.taboption('advanced', form.Value, 'macaddr', _('MAC address'), _('Override default MAC address - the range of usable addresses might limited by the driver'));
|
||||
o = ss.taboption('advanced', form.Value, 'macaddr', _('MAC address'), _('Override default MAC address - the range of usable addresses might be limited by the driver'));
|
||||
o.optional = true;
|
||||
o.placeholder = radioNet.getActiveBSSID();
|
||||
o.datatype = 'macaddr';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user