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 <a.kikin@tano-systems.com>
This commit is contained in:
Anton Kikin 2020-02-19 03:24:06 +03:00
parent c3b07fb358
commit 359b927d3a

View 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