From ae3bc902d4aa00e9cbfb1f99ab4c70e493a8f047 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Tue, 20 Aug 2024 19:56:20 +0300 Subject: [PATCH] luci-app-usteer: Fix neighbor spelling in option Fix option name max_neighbour_reports --> max_neighbor_reports Signed-off-by: Hannu Nyman (adapted from 067f1c5 in master) --- .../htdocs/luci-static/resources/view/usteer/usteer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js b/applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js index daa5ec64df..708c5eb4dd 100644 --- a/applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js +++ b/applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js @@ -417,7 +417,7 @@ return view.extend({ o.rmempty = false; o.editable = true; - o = s.taboption('settings', form.Value, 'max_neighbour_reports', _('Max neighbour reports'), _('Maximum number of neighbor reports set for a node')); + o = s.taboption('settings', form.Value, 'max_neighbor_reports', _('Max neighbor reports'), _('Maximum number of neighbor reports set for a node')); o.optional = true; o.placeholder = 8; o.datatype = 'uinteger'; -- 2.30.2