luci-mod-admin-full/mini: replace Wifi with Wireless in menus
[project/luci.git] / modules / luci-mod-admin-mini / luasrc / model / cbi / mini / wifi.lua
index 678d5b0..19952cd 100644 (file)
@@ -1,5 +1,5 @@
 -- Copyright 2008 Steven Barth <steven@midlink.org>
--- Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
+-- Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
 -- Licensed to the public under the Apache License 2.0.
 
 -- Data init --
@@ -33,7 +33,7 @@ wlcursor:foreach("wireless", "wifi-device",
 
 -- Main Map --
 
-m = Map("wireless", translate("Wifi"), translate("Here you can configure installed wifi devices."))
+m = Map("wireless", translate("Wireless"), translate("Here you can configure installed wifi devices."))
 m:chain("network")