Skip to content

Commit

Permalink
Merge pull request #2225 from Sefaria/cantillation-type
Browse files Browse the repository at this point in the history
fix(text menu): fux the typo also in the ReaderDisplayOptionsMenu com…
  • Loading branch information
akiva10b authored Jan 7, 2025
2 parents ca4f055 + 5b09bf9 commit 9dae7b3
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 9dae7b3

Please sign in to comment.