luci-app-ddns: fix update interval unit values in combobox 3649/head
authorAnton Kikin <a.kikin@tano-systems.com>
Wed, 19 Feb 2020 00:24:06 +0000 (03:24 +0300)
committerAnton Kikin <a.kikin@tano-systems.com>
Wed, 19 Feb 2020 00:24:06 +0000 (03:24 +0300)
Value "hours" is used twice instead of "hours" and "days".

Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js

index 93106db62bac9818a8bb5bbf10ed0925e7af80f9..2a0f2200f57de4edb41e531a693ab9973376849a 100644 (file)
@@ -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