From: Anton Kikin Date: Wed, 19 Feb 2020 00:24:06 +0000 (+0300) Subject: luci-app-ddns: fix update interval unit values in combobox X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=359b927d3a9854569f8024faa1fafdd840d8788e;p=oweals%2Fluci.git luci-app-ddns: fix update interval unit values in combobox Value "hours" is used twice instead of "hours" and "days". Signed-off-by: Anton Kikin --- 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