diff --git a/src/assets/locales/en.json b/src/assets/locales/en.json index 6b951af6..725efe84 100644 --- a/src/assets/locales/en.json +++ b/src/assets/locales/en.json @@ -278,7 +278,8 @@ "loadingError": "Error loading season", "loadingList": "Loading...", "loadingTitle": "Loading...", - "unairedEpisodes": "One or more episodes in this season have been disabled because they haven't been aired yet." + "unairedEpisodes": "One or more episodes in this season have been disabled because they haven't been aired yet.", + "seasons": "Seasons" }, "playback": { "speedLabel": "Playback speed", diff --git a/src/components/player/atoms/Episodes.tsx b/src/components/player/atoms/Episodes.tsx index c26b9625..fa36a6e9 100644 --- a/src/components/player/atoms/Episodes.tsx +++ b/src/components/player/atoms/Episodes.tsx @@ -212,9 +212,16 @@ function EpisodesView({ return ( - - {loadingState?.value?.season.title || - t("player.menus.episodes.loadingTitle")} + + {loadingState?.value?.season.title || + t("player.menus.episodes.loadingTitle")} + + } + > + {t("player.menus.episodes.seasons")} {content}