From 7a9b6d3262d39182c7df687dc4b40b5312f68fe7 Mon Sep 17 00:00:00 2001 From: Stevie Robinson Date: Sun, 2 Mar 2025 05:54:10 +0100 Subject: [PATCH] Remove information that Remove settings were moved to individual download clients --- .../Settings/DownloadClients/Options/DownloadClientOptions.tsx | 2 -- src/NzbDrone.Core/Localization/Core/en.json | 1 - 2 files changed, 3 deletions(-) diff --git a/frontend/src/Settings/DownloadClients/Options/DownloadClientOptions.tsx b/frontend/src/Settings/DownloadClients/Options/DownloadClientOptions.tsx index 46d29e5ff..2a2f40077 100644 --- a/frontend/src/Settings/DownloadClients/Options/DownloadClientOptions.tsx +++ b/frontend/src/Settings/DownloadClients/Options/DownloadClientOptions.tsx @@ -137,8 +137,6 @@ function DownloadClientOptions({ ) : null} - - {translate('RemoveDownloadsAlert')} ) : null} diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index 665c27d14..bea7ef5af 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -1711,7 +1711,6 @@ "RemoveCompleted": "Remove Completed", "RemoveCompletedDownloads": "Remove Completed Downloads", "RemoveCompletedDownloadsHelpText": "Remove imported downloads from download client history", - "RemoveDownloadsAlert": "The Remove settings were moved to the individual Download Client settings in the table above.", "RemoveFailed": "Remove Failed", "RemoveFailedDownloads": "Remove Failed Downloads", "RemoveFailedDownloadsHelpText": "Remove failed downloads from download client history",