diff options
Diffstat (limited to 'modules/niu/luasrc/model')
-rw-r--r-- | modules/niu/luasrc/model/cbi/niu/network/ddns1.lua | 2 | ||||
-rw-r--r-- | modules/niu/luasrc/model/cbi/niu/network/lan1.lua | 2 |
2 files changed, 2 insertions, 2 deletions
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 |