Fix typo in remove queue item modal

This commit is contained in:
Jayden 2019-12-29 17:49:49 +08:00 committed by Mark McDowall
parent b86cfd49ef
commit 1a2419e096
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class RemoveQueueItemModal extends Component {
type={inputTypes.CHECK}
name="blacklist"
value={blacklist}
helpText="Prevents Sonarr from automatically grabbing this episode again"
helpText="Prevents Sonarr from automatically grabbing this release again"
onChange={this.onBlacklistChange}
/>
</FormGroup>