From 067f1c55de3084b1d6c12a5a0223048ae28c02ee Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Tue, 20 Aug 2024 19:43:49 +0300 Subject: luci-app-usteer: Fix neighbor spelling in option Fix option name max_neighbour_reports --> max_neighbor_reports Adjust translations. Fixes #7247 Signed-off-by: Hannu Nyman --- .../luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-app-usteer/htdocs/luci-static/resources') 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 48ec283b61..77d9152ecd 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 @@ -425,7 +425,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'; -- cgit v1.2.3