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",