1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-02-21 13:37:19 +00:00

Fix translation in RemoveQueueItemModal

This commit is contained in:
Bogdan 2023-06-26 02:10:19 +03:00
parent b71ecc4370
commit 83689c1aed

View file

@ -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>