luci-base: Replace mode: Master with Access Point
Access Point is the string used on the network wireless setup dialogue. Use Access Point to report the mode on the network wireless and status screens. Signed-off-by: Evan Benn <evan.benn@morsemicro.com>
This commit is contained in:
parent
22101eb50a
commit
23931c3778
1 changed files with 1 additions and 1 deletions
|
@ -3861,7 +3861,7 @@ WifiNetwork = baseclass.extend(/** @lends LuCI.network.WifiNetwork.prototype */
|
||||||
var mode = this.getActiveMode();
|
var mode = this.getActiveMode();
|
||||||
|
|
||||||
switch (mode) {
|
switch (mode) {
|
||||||
case 'Master': return _('Master');
|
case 'Master': return _('Access Point');
|
||||||
case 'Ad-Hoc': return _('Ad-Hoc');
|
case 'Ad-Hoc': return _('Ad-Hoc');
|
||||||
case 'Client': return _('Client');
|
case 'Client': return _('Client');
|
||||||
case 'Monitor': return _('Monitor');
|
case 'Monitor': return _('Monitor');
|
||||||
|
|
Loading…
Reference in a new issue