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:
parent
c3b07fb358
commit
359b927d3a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue