luci-mod-admin-full: fix help text for wifi join options
Clarify the help text in the wifi join dialog. Reference to #793, #876, #897 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
parent
12d861f417
commit
44b56f71bd
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ m.hidden = {
|
|||
|
||||
if iw and iw.mbssid_support then
|
||||
replace = m:field(Flag, "replace", translate("Replace wireless configuration"),
|
||||
translate("An additional network will be created if you leave this checked."))
|
||||
translate("Check this option to delete the existing networks from this radio."))
|
||||
|
||||
function replace.cfgvalue() return "0" end
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue