1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

Fix various typos

Found via `codespell -q 3`
This commit is contained in:
luz paz
2022-10-30 18:14:08 -04:00
committed by Mark McDowall
parent fe476a319e
commit 209a250079
24 changed files with 24 additions and 24 deletions
@@ -167,7 +167,7 @@ class SeriesIndexOverviewOptionsModalContent extends Component {
type={inputTypes.CHECK}
name="detailedProgressBar"
value={detailedProgressBar}
helpText="Show text on progess bar"
helpText="Show text on progress bar"
onChange={this.onChangeOverviewOption}
/>
</FormGroup>