1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-28 10:51:48 +00:00

Fixed: Fix typo in remove queue item modal

Co-Authored-By: Jayden <lukyjay@users.noreply.github.com>
This commit is contained in:
Qstick 2020-01-22 22:47:30 -05:00
parent 09f8dace9d
commit 13701498ce

View file

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