Skip to content

Commit

Permalink
fix(text menu): fux the typo also in the ReaderDisplayOptionsMenu com…
Browse files Browse the repository at this point in the history
…ponent.
  • Loading branch information
YishaiGlasner committed Jan 7, 2025
1 parent a16f016 commit 5b09bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/js/ReaderDisplayOptionsMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ const ReaderDisplayOptionsMenu = () => {
isChecked={vowelsAreShown}
/>}
{showCantillationToggle() && <ToggleSwitchLine
name="cantilation"
text="Cantilation"
name="cantillation"
text="Cantillation"
disabled={cantillationDisabled}
onChange={onCantillationClick}
isChecked={cantillationsAreShown}
Expand Down

0 comments on commit 5b09bf9

Please sign in to comment.