Skip to content

Commit

Permalink
hotfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vmonakhov committed Sep 4, 2024
1 parent 040b2e6 commit eb41359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Perspective/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -1095,13 +1095,13 @@ const Filter = handlers(({ value, onChange, onSubmit, isCaseSens, onToggleCaseSe
</button>
<div className="lingvo-search-entities__checkboxes">
<Checkbox
label={getTranslation("Aa")}
label={getTranslation("Aa")}
checked={isCaseSens}
onChange={onToggleCaseSens}
className="lingvo-checkbox_labeled"
/>
<Checkbox
label={getTranslation("a .*")}
label={getTranslation("a.*")}
checked={isRegexp}
onChange={onToggleRegexp}
className="lingvo-checkbox_labeled"
Expand Down

0 comments on commit eb41359

Please sign in to comment.