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:
parent
09f8dace9d
commit
13701498ce
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue