From d999aea36fa2653d84e75215cef474f50281d5d6 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Thu, 26 Oct 2023 00:17:48 +0300 Subject: [PATCH] Add missing translation in release profiles --- src/NzbDrone.Core/Localization/Core/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index 729431028..267c518fe 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -373,6 +373,7 @@ "EnableInteractiveSearchHelpText": "Will be used when interactive search is used", "EnableInteractiveSearchHelpTextWarning": "Search is not supported with this indexer", "EnableMediaInfoHelpText": "Extract video information such as resolution, runtime and codec information from files. This requires Radarr to read parts of the file which may cause high disk or network activity during scans.", + "EnableProfile": "Enable Profile", "EnableRSS": "Enable RSS", "EnableSSL": "Enable SSL", "EnableSslHelpText": " Requires restart running as administrator to take effect",