From 56639bcd42559812ba9ff7b3ce371449dc19a58e Mon Sep 17 00:00:00 2001 From: Bogdan Date: Tue, 30 Apr 2024 12:41:38 +0300 Subject: [PATCH] Fix translations for SSL settings --- src/NzbDrone.Core/Localization/Core/en.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index 2d31a9eeb..53b792895 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -1465,11 +1465,6 @@ "RssSyncIntervalHelpTextWarning": "This will apply to all indexers, please follow the rules set forth by them", "Runtime": "Runtime", "RuntimeFormat": "Runtime Format", - "SSLCertPassword": "SSL Cert Password", - "SSLCertPasswordHelpText": "Password for pfx file", - "SSLCertPath": "SSL Cert Path", - "SSLCertPathHelpText": "Path to pfx file", - "SSLPort": "SSL Port", "Save": "Save", "SaveChanges": "Save Changes", "SaveSettings": "Save Settings", @@ -1577,6 +1572,11 @@ "SourceTitle": "Source Title", "Space": "Space", "SqliteVersionCheckUpgradeRequiredMessage": "Currently installed SQLite version {0} is no longer supported. Please upgrade SQLite to at least version {1}.", + "SslCertPassword": "SSL Cert Password", + "SslCertPasswordHelpText": "Password for pfx file", + "SslCertPath": "SSL Cert Path", + "SslCertPathHelpText": "Path to pfx file", + "SslPort": "SSL Port", "StandardMovieFormat": "Standard Movie Format", "StartImport": "Start Import", "StartProcessing": "Start Processing",