luci-mod-admin-full/mini: replace Wifi with Wireless in menus
[project/luci.git] / modules / luci-mod-admin-full / luasrc / controller / admin / network.lua
index aa533cb70b1262c6fdb6ba3b61e5b260e4adc167..3b5f3eb8de89cfd3a96b7bd978583899b42930a0 100644 (file)
@@ -61,7 +61,7 @@ function index()
                        page = entry({"admin", "network", "wireless_shutdown"}, post("wifi_shutdown"), nil)
                        page.leaf = true
 
-                       page = entry({"admin", "network", "wireless"}, arcombine(template("admin_network/wifi_overview"), cbi("admin_network/wifi")), _("Wifi"), 15)
+                       page = entry({"admin", "network", "wireless"}, arcombine(template("admin_network/wifi_overview"), cbi("admin_network/wifi")), _("Wireless"), 15)
                        page.leaf = true
                        page.subindex = true