luci-app-usteer: Fix neighbor spelling in option
authorHannu Nyman <hannu.nyman@iki.fi>
Tue, 20 Aug 2024 16:56:20 +0000 (19:56 +0300)
committerHannu Nyman <hannu.nyman@iki.fi>
Tue, 20 Aug 2024 16:56:20 +0000 (19:56 +0300)
Fix option name max_neighbour_reports --> max_neighbor_reports

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(adapted from 067f1c5 in master)

applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js

index daa5ec64df3e12e6afacedf6696f68bdfcece4ef..708c5eb4dd08619793a176d4cd9d83f1d8430357 100644 (file)
@@ -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';