diff --git a/frontend/src/Activity/Queue/RemoveQueueItemModal.js b/frontend/src/Activity/Queue/RemoveQueueItemModal.js index b5e23fd08..153e496c5 100644 --- a/frontend/src/Activity/Queue/RemoveQueueItemModal.js +++ b/frontend/src/Activity/Queue/RemoveQueueItemModal.js @@ -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} /> diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index 345d2e3b8..e608d5467 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -900,6 +900,7 @@ "RemoveFilter": "Remove filter", "RemoveFromBlocklist": "Remove from blocklist", "RemoveFromDownloadClient": "Remove From Download Client", + "RemoveFromDownloadClientHelpTextWarning": "Removing will remove the download and the file(s) from the download client.", "RemoveFromQueue": "Remove from queue", "RemoveHelpTextWarning": "Removing will remove the download and the file(s) from the download client.", "RemoveMovieAndDeleteFiles": "Remove Movie and Delete Files",