Bug #34062
closedMisspelled word in tooltip "Toggel" instead of "Toggle"
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=2011312
Description of problem:
Searchbox of the Ace editor shows a tooltip with the misspelled word "Toggel".
Version-Release number of selected component (if applicable):
6.10.0
How reproducible:
always
Steps to Reproduce:
1. Edit Provisioning/Job template or any other entity editable by the Ace editor.
2. Press Ctrl+F to open the search box
3. Hover over the "+" button in the search bar.
Actual results:
"Toggel replace mode" is shown.
Expected results:
"Toggle replace mode" should be shown instead
Additional info:
This bug comes with the ace editor itself. https://github.com/theforeman/foreman-js/blob/fa2a95042e69c1b4ba6f90809fc255c0eb4e81a0/packages/vendor-core/lib/modules.js#L75
There is an open issue for that upstream: https://github.com/thlorenz/brace/issues/175
PR is opened as well: https://github.com/thlorenz/brace/pull/187