From 4bb9dc78a7fe3cd3436d36b2cca412183db5bd2f Mon Sep 17 00:00:00 2001 From: Bogdan Date: Thu, 30 Nov 2023 08:37:31 +0200 Subject: [PATCH] Add missing translation key MonitorNewItems --- 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 2ad0187ad..1a8eb8a3f 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -991,6 +991,7 @@ "MonitorLastSeasonDescription": "Monitor all episodes of the last season", "MonitorMissingEpisodes": "Missing Episodes", "MonitorMissingEpisodesDescription": "Monitor episodes that do not have files or have not aired yet", + "MonitorNewItems": "Monitor New Items", "MonitorNewSeasons": "Monitor New Seasons", "MonitorNewSeasonsHelpText": "Which new seasons should be monitored automatically", "MonitorNoEpisodes": "None",