1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 00:09:37 +02: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>