mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 11:48:26 -07:00
Fix translation in RemoveQueueItemModal
This commit is contained in:
parent
b71ecc4370
commit
83689c1aed
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ class RemoveQueueItemModal extends Component {
|
|||
type={inputTypes.CHECK}
|
||||
name="blocklist"
|
||||
value={blocklist}
|
||||
helpText={translate('BlocklistHelpText')}
|
||||
helpText={translate('BlocklistReleaseHelpText')}
|
||||
onChange={this.onBlocklistChange}
|
||||
/>
|
||||
</FormGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue