From 1e62d74462608a016ef6c67819150d780501bfe7 Mon Sep 17 00:00:00 2001 From: PearsonFlyer Date: Thu, 9 Dec 2021 16:52:46 -0500 Subject: [PATCH] Fixed: Add new translate for UI Language --- src/NzbDrone.Core/Localization/Core/en.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index 5c287332d..3c058a3bc 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -612,6 +612,8 @@ "TrackTitle": "Track Title", "Type": "Type", "UILanguage": "UI Language", + "UILanguageHelpText": "Language that Lidarr will use for UI", + "UILanguageHelpTextWarning": "Browser Reload Required", "UISettings": "UI Settings", "UnableToAddANewDownloadClientPleaseTryAgain": "Unable to add a new download client, please try again.", "UnableToAddANewImportListExclusionPleaseTryAgain": "Unable to add a new import list exclusion, please try again.",