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/niu/luasrc/model/cbi/niu/network/ddns1.lua | 2 +- modules/niu/luasrc/model/cbi/niu/network/lan1.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/niu/luasrc/model') diff --git a/modules/niu/luasrc/model/cbi/niu/network/ddns1.lua b/modules/niu/luasrc/model/cbi/niu/network/ddns1.lua index 5fb74ac2e7..c0873bb2fd 100644 --- a/modules/niu/luasrc/model/cbi/niu/network/ddns1.lua +++ b/modules/niu/luasrc/model/cbi/niu/network/ddns1.lua @@ -14,7 +14,7 @@ $Id$ ]]-- local nxo = require "nixio" -m = Map("ddns", translate("Dynamic DNS"), translate("Dynamic DNS allows that your router can be reached with a fixed hostname while having a dynamically changing IP-Address.")) +m = Map("ddns", translate("Dynamic DNS"), translate("Dynamic DNS allows that this device can be reached with a fixed hostname while having a dynamically changing IP-Address.")) s = m:section(TypedSection, "service", "") s:depends("enabled", "1") diff --git a/modules/niu/luasrc/model/cbi/niu/network/lan1.lua b/modules/niu/luasrc/model/cbi/niu/network/lan1.lua index 7d24dcd0fd..62795da15c 100644 --- a/modules/niu/luasrc/model/cbi/niu/network/lan1.lua +++ b/modules/niu/luasrc/model/cbi/niu/network/lan1.lua @@ -24,7 +24,7 @@ Make sure you to assign any address to this device that is in the same subnet of the other devices in your network but that is not already occupied. If you have a DHCP-Server in this network you may also choose DHCP for address configuration.]]) or translate("These settings affect the devices in your local network. ".. -"Usually you do not need to change anything here for your router to work correctly.")) +"Usually you do not need to change anything here for this device to work correctly.")) s = m:section(NamedSection, "lan", "interface", "Network Settings") s.addremove = false -- cgit v1.2.3