git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
12d861f
)
luci-mod-admin-full: fix help text for wifi join options
author
Hannu Nyman
<redacted>
Wed, 11 Jan 2017 13:31:54 +0000
(15:31 +0200)
committer
Hannu Nyman
<redacted>
Wed, 11 Jan 2017 13:31:54 +0000
(15:31 +0200)
Clarify the help text in the wifi join dialog.
Reference to #793, #876, #897
Signed-off-by: Hannu Nyman <redacted>
modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi_add.lua
patch
|
blob
|
history
diff --git
a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi_add.lua
b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi_add.lua
index 05b27a9f0c03de6326e29643f122301113e3bfff..7dd094d7ec1066fb6c3471c9b74b82ff19598f5a 100644
(file)
--- a/
modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi_add.lua
+++ b/
modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi_add.lua
@@
-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
git clone https://git.99rst.org/PROJECT