diff --git a/src/assets/locales/en.json b/src/assets/locales/en.json index e730da09..6cc0bf7f 100644 --- a/src/assets/locales/en.json +++ b/src/assets/locales/en.json @@ -317,7 +317,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... Whomp Whomp!" + "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/buttons/EditButton.tsx b/src/components/buttons/EditButton.tsx index 793fb7c3..c3039436 100644 --- a/src/components/buttons/EditButton.tsx +++ b/src/components/buttons/EditButton.tsx @@ -25,7 +25,7 @@ export function EditButton(props: EditButtonProps) { > {props.editing ? ( - + {t("home.mediaList.stopEditing")} ) : ( 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}