mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-18 21:35:27 -04:00
Fix RemoveHelpTextWarning > RemoveFromDownloadClientHelpTextWarning
This commit is contained in:
committed by
Mark McDowall
parent
1ae0dc81f7
commit
901b6d2084
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user