Skip to content

Commit

Permalink
Fix typo in collection display settings (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithmohan authored Oct 14, 2024
1 parent 1216b86 commit d0a602f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Collection/DisplaySettingsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const DisplaySettingsModal = ({ onClose, show }: Props) => {
/>
<Checkbox
justify
label="Unwatched Epsiode Count"
label="Unwatched Episode Count"
id="poster-showUnwatchedCount"
isChecked={posterSettings.showUnwatchedCount}
onChange={handleSettingChange}
Expand Down

0 comments on commit d0a602f

Please sign in to comment.