X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=modules%2Fniu%2Fluasrc%2Fmodel%2Fcbi%2Fniu%2Fnetwork%2Fddns1.lua;h=c0873bb2fd73bf235a87f089b4180ac8871a9de2;hb=5be59e6ae7a496a695c5dd533b0b48bb172ec821;hp=5fb74ac2e7a3af87ad7e25e39687e6c5b01af618;hpb=9b1f4dfee38395e99009be5f1276153d2d052506;p=project%2Fluci.git 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")