1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-26 22:56:23 -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
@@ -132,7 +132,7 @@ class SeriesIndexPosterOptionsModalContent extends Component {
type={inputTypes.CHECK}
name="detailedProgressBar"
value={detailedProgressBar}
helpText="Show text on progess bar"
helpText="Show text on progress bar"
onChange={this.onChangePosterOption}
/>
</FormGroup>