Change ‘episode’ to ‘release’ in remove queue modal

This commit is contained in:
Qstick 2017-12-21 20:35:57 -05:00 committed by GitHub
parent a4e632d95a
commit 94d4215a40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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