diff options
author | Florian Eckert <fe@dev.tdt.de> | 2020-02-19 08:17:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-19 08:17:40 +0100 |
commit | d8b2e0a95efbb00fd7778767619eacdc48df3ccc (patch) | |
tree | 4eef1312fd324d59d7e2c3785e0a0a95d4a4492e /applications | |
parent | c3b07fb3586500afb6395bef6fe05ac8ae008df7 (diff) | |
parent | 359b927d3a9854569f8024faa1fafdd840d8788e (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.js | 2 |
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 |