From 06ae85e6d175e6751b545a42ab5c76ebc6dff1c0 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Tue, 12 Nov 2024 21:14:38 -0600 Subject: [PATCH] Fixed: Updates Page Translations --- 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 bdfdc193c..a4d9f1c23 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -143,6 +143,7 @@ "CountDownloadClientsSelected": "{count} download client(s) selected", "CountIndexersAvailable": "{count} indexer(s) available", "CountIndexersSelected": "{count} indexer(s) selected", + "CurrentlyInstalled": "Currently Installed", "Custom": "Custom", "CustomFilter": "Custom Filter", "CustomFilters": "Custom Filters", @@ -570,6 +571,7 @@ "PreferMagnetUrl": "Prefer Magnet URL", "PreferMagnetUrlHelpText": "When enabled, this indexer will prefer the use of magnet URLs for grabs with fallback to torrent links", "Presets": "Presets", + "PreviouslyInstalled": "Previously Installed", "Priority": "Priority", "PrioritySettings": "Priority: {priority}", "Privacy": "Privacy",