summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua4
-rw-r--r--po/templates/ddns.pot12
2 files changed, 11 insertions, 5 deletions
diff --git a/applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua b/applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua
index 6a7d53c5d..aa6bb0401 100644
--- a/applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua
+++ b/applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua
@@ -68,8 +68,8 @@ else
src = s:option(ListValue, "ip_source",
translate("Source of IP address"))
- src:value("network", translate("Network"))
- src:value("interface", translate("Interface"))
+ src:value("network", translate("network"))
+ src:value("interface", translate("interface"))
src:value("web", translate("URL"))
iface = s:option(ListValue, "ip_network", translate("Network"))
diff --git a/po/templates/ddns.pot b/po/templates/ddns.pot
index 32921d84e..b33d8f29a 100644
--- a/po/templates/ddns.pot
+++ b/po/templates/ddns.pot
@@ -18,7 +18,7 @@ msgstr ""
msgid ""
"Dynamic DNS allows that your router can be reached with a fixed hostname "
-"while having a dynamically changing IP-Address."
+"while having a dynamically changing IP address."
msgstr ""
msgid "Enable"
@@ -45,15 +45,21 @@ msgstr ""
msgid "Source of IP address"
msgstr ""
-msgid "Network"
+msgid "network"
msgstr ""
-msgid "Interface"
+msgid "interface"
msgstr ""
msgid "URL"
msgstr ""
+msgid "Network"
+msgstr ""
+
+msgid "Interface"
+msgstr ""
+
msgid "Check for changed IP every"
msgstr ""