summaryrefslogtreecommitdiffhomepage
path: root/applications
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2020-02-19 08:17:40 +0100
committerGitHub <noreply@github.com>2020-02-19 08:17:40 +0100
commitd8b2e0a95efbb00fd7778767619eacdc48df3ccc (patch)
tree4eef1312fd324d59d7e2c3785e0a0a95d4a4492e /applications
parentc3b07fb3586500afb6395bef6fe05ac8ae008df7 (diff)
parent359b927d3a9854569f8024faa1fafdd840d8788e (diff)
Merge pull request #3649 from tano-systems/pr/luci-app-ddns-fix
luci-app-ddns: fix update interval unit values in combobox
Diffstat (limited to 'applications')
-rw-r--r--applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js b/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js
index 93106db62..2a0f2200f 100644
--- a/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js
+++ b/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js
@@ -852,7 +852,7 @@ return L.view.extend({
o.default = "minutes"
o.value("minutes", _("minutes"));
o.value("hours", _("hours"));
- o.value("hours", _("days"));
+ o.value("days", _("days"));
// retry_count