From 5be59e6ae7a496a695c5dd533b0b48bb172ec821 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sun, 1 Jul 2012 20:05:05 +0000 Subject: Cosmetic changes to the terminology in the UI: Replace references to the device running LuCI as being a "router", as that is not necessarily the case. --- modules/admin-full/luasrc/model/cbi/admin_network/vlan.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/admin-full/luasrc/model/cbi') diff --git a/modules/admin-full/luasrc/model/cbi/admin_network/vlan.lua b/modules/admin-full/luasrc/model/cbi/admin_network/vlan.lua index 15f227f93d..25fd0a899c 100644 --- a/modules/admin-full/luasrc/model/cbi/admin_network/vlan.lua +++ b/modules/admin-full/luasrc/model/cbi/admin_network/vlan.lua @@ -13,7 +13,7 @@ You may obtain a copy of the License at $Id$ ]]-- -m = Map("network", translate("Switch"), translate("The network ports on your router can be combined to several VLANs in which computers can communicate directly with each other. VLANs are often used to separate different network segments. Often there is by default one Uplink port for a connection to the next greater network like the internet and other ports for a local network.")) +m = Map("network", translate("Switch"), translate("The network ports on this device can be combined to several VLANs in which computers can communicate directly with each other. VLANs are often used to separate different network segments. Often there is by default one Uplink port for a connection to the next greater network like the internet and other ports for a local network.")) m.uci:foreach("network", "switch", function(x) -- cgit v1.2.3