From ea4a59386607bf1fc7c75c7650e1ede64f424b41 Mon Sep 17 00:00:00 2001 From: Kotyara Date: Sun, 16 Jun 2024 13:09:13 +0000 Subject: [PATCH] luci-app-keepalived: Fix option for script falls Signed-off-by: Kotyara --- .../htdocs/luci-static/resources/view/keepalived/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/script.js b/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/script.js index 99d5af29f2..80a1411a78 100644 --- a/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/script.js +++ b/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/script.js @@ -86,7 +86,7 @@ return view.extend({ o.optional = true; o.datatype = 'uinteger'; - o = s.option(form.Value, 'fail', _('Fail'), + o = s.option(form.Value, 'fall', _('Fall'), _('Required number of successes for KO transition')); o.optional = true; o.datatype = 'uinteger'; -- 2.30.2