From dc82d0b6ddc33dbae56ecbb55e78164c8d91e90b Mon Sep 17 00:00:00 2001 From: Stevie Robinson Date: Thu, 10 Aug 2023 19:36:55 +0200 Subject: [PATCH] Fix RemoveHelpTextWarning > RemoveFromDownloadClientHelpTextWarning (cherry picked from commit 901b6d20841bfcb2a3724fe27b0fbddf5e41d669) Closes #8969 --- frontend/src/Activity/Queue/RemoveQueueItemModal.js | 2 +- src/NzbDrone.Core/Localization/Core/en.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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",