diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2024-08-20 19:43:49 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2024-08-20 19:48:56 +0300 |
commit | 067f1c55de3084b1d6c12a5a0223048ae28c02ee (patch) | |
tree | 477d99d600d5ff33ade1b250ccc89fba0ef66394 /applications/luci-app-usteer/htdocs/luci-static/resources | |
parent | c590b9f6e7c43e20b4b7ae344daf41742b915b96 (diff) |
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 <hannu.nyman@iki.fi>
Diffstat (limited to 'applications/luci-app-usteer/htdocs/luci-static/resources')
-rw-r--r-- | applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js | 2 |
1 files changed, 1 insertions, 1 deletions
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'; |