luci-mod-network: wireless.js: fix typo in description string
authorJo-Philipp Wich <[email protected]>
Tue, 21 Jun 2022 21:54:12 +0000 (23:54 +0200)
committerJo-Philipp Wich <[email protected]>
Tue, 21 Jun 2022 21:55:21 +0000 (23:55 +0200)
Signed-off-by: Jo-Philipp Wich <[email protected]>
(backported from commit 53a998895b81ac393d1a9d62e4c3ae0e8708515b)

modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js

index f392c94392061c09d2117e7c5b8eafca4cb55abc..9e7bcdd17fb34eb606d91b3792ba9e6d57bbc8f7 100644 (file)
@@ -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';