Update text to say album instead of episode. (#170)

This commit is contained in:
Josh Jones 2017-12-29 12:22:54 -05:00 committed by Qstick
parent e98f7398b0
commit 5fae202760
2 changed files with 2 additions and 2 deletions

View file

@ -79,7 +79,7 @@ class RemoveQueueItemModal 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 album again"
onChange={this.onBlacklistChange}
/>
</FormGroup>