From: Paul Donald Date: Sat, 31 Jan 2026 15:09:17 +0000 (+0100) Subject: luci-app-nut: fix value misspelling X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=80f9b0d012fc1315bc4aa684a689752b941bad0f;p=openwrt-luci.git luci-app-nut: fix value misspelling monitor recognizes hostsync not hotsync Signed-off-by: Paul Donald --- diff --git a/applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js b/applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js index b051126484..91e43c8c20 100644 --- a/applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js +++ b/applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js @@ -66,7 +66,7 @@ return view.extend({ o.optional = true; o.placeholder = 5; - o = s.option(form.Value, 'hotsync', _('Hot Sync')); + o = s.option(form.Value, 'hostsync', _('Host Sync')); o.optional = true; o.placeholder = 15;