1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-26 04:33:01 +01:00

Fix RemoveHelpTextWarning > RemoveFromDownloadClientHelpTextWarning

This commit is contained in:
Stevie Robinson 2023-08-10 19:36:55 +02:00 committed by Mark McDowall
parent 1ae0dc81f7
commit 901b6d2084

View File

@ -106,7 +106,7 @@ class RemoveQueueItemModal extends Component {
type={inputTypes.CHECK}
name="remove"
value={remove}
helpTextWarning={translate('RemoveHelpTextWarning')}
helpTextWarning={translate('RemoveFromDownloadClientHelpTextWarning')}
isDisabled={!canIgnore}
onChange={this.onRemoveChange}
/>