mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Change ‘episode’ to ‘release’ in remove queue modal
This commit is contained in:
parent
a4e632d95a
commit
94d4215a40
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class RemoveQueueItemsModal extends Component {
|
||||||
type={inputTypes.CHECK}
|
type={inputTypes.CHECK}
|
||||||
name="blacklist"
|
name="blacklist"
|
||||||
value={blacklist}
|
value={blacklist}
|
||||||
helpText="Prevents Lidarr from automatically grabbing this episode again"
|
helpText="Prevents Lidarr from automatically grabbing this release again"
|
||||||
onChange={this.onBlacklistChange}
|
onChange={this.onBlacklistChange}
|
||||||
/>
|
/>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue