1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-17 21:26:13 -04:00

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

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>