From: Karl Palsson Date: Fri, 23 Sep 2016 17:02:41 +0000 (+0000) Subject: wifi_add: help text should match reality X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ccc9970c24fd9db110a62d47852d7d11247d2f13;p=project%2Fluci.git wifi_add: help text should match reality An additonal network is created if the box _is_ checked. --- 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 d64d667a4d..55c970d1b6 100644 --- 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 unchecked.")) + translate("An additional network will be created if you leave this checked.")) function replace.cfgvalue() return "1" end else