diff --git a/frontend/src/Series/Details/SeriesDetailsSeason.tsx b/frontend/src/Series/Details/SeriesDetailsSeason.tsx index 801f3eddd..fd5298121 100644 --- a/frontend/src/Series/Details/SeriesDetailsSeason.tsx +++ b/frontend/src/Series/Details/SeriesDetailsSeason.tsx @@ -562,6 +562,7 @@ function SeriesDetailsSeason({ @@ -40,7 +43,13 @@ function SeasonInteractiveSearchModalContent( /> - + +
+ {translate('EpisodesInSeason', { + episodeCount, + })} +
+
diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index 5f71b236a..9be8b22b1 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -649,6 +649,7 @@ "EpisodeHistoryLoadError": "Unable to load episode history", "EpisodeImported": "Episode Imported", "EpisodeImportedTooltip": "Episode downloaded successfully and picked up from download client", + "EpisodesInSeason": "{episodeCount} episodes in season", "EpisodeInfo": "Episode Info", "EpisodeIsDownloading": "Episode is downloading", "EpisodeIsNotMonitored": "Episode is not monitored",