Fix typo in remove queue item modal

pull/3262/head
Jayden 5 years ago committed by Mark McDowall
parent b86cfd49ef
commit 1a2419e096

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

Loading…
Cancel
Save