Update blocklist help text

This commit is contained in:
Stevie Robinson 2022-09-22 18:42:36 +02:00 committed by GitHub
parent 29d8dc81ca
commit e742eb49d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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