diff options
Diffstat (limited to 'applications/luci-meshwizard/luasrc')
-rw-r--r-- | applications/luci-meshwizard/luasrc/model/cbi/freifunk/meshwizard.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-meshwizard/luasrc/model/cbi/freifunk/meshwizard.lua b/applications/luci-meshwizard/luasrc/model/cbi/freifunk/meshwizard.lua index 8cb0822875..68f7a5a257 100644 --- a/applications/luci-meshwizard/luasrc/model/cbi/freifunk/meshwizard.lua +++ b/applications/luci-meshwizard/luasrc/model/cbi/freifunk/meshwizard.lua @@ -22,7 +22,7 @@ n.anonymous = true function cbi_configure(device) local configure = n:taboption(device, Flag, device .. "_config", translate("Configure this interface"), - translate("Note: this will setup this interface for mesh operation, i.e. add to zone 'freifunk' and enable olsr.")) + translate("Note: this will set up this interface for mesh operation, i.e. add it to zone 'freifunk' and enable olsr.")) end function cbi_ip4addr(device) |