diff --git a/src/components/layout/BrandPill.tsx b/src/components/layout/BrandPill.tsx
index 91b2458f..45fe75e2 100644
--- a/src/components/layout/BrandPill.tsx
+++ b/src/components/layout/BrandPill.tsx
@@ -17,9 +17,10 @@ export function BrandPill(props: {
>
{props.icon ? ( diff --git a/src/components/media/MediaCard.tsx b/src/components/media/MediaCard.tsx index 42f74181..ca7ad96f 100644 --- a/src/components/media/MediaCard.tsx +++ b/src/components/media/MediaCard.tsx @@ -45,23 +45,26 @@ function MediaCardContent({ }`} >
{t("seasons.seasonAndEpisode", { season: series.season, diff --git a/src/setup/locales/en/translation.json b/src/setup/locales/en/translation.json index 3f175c68..14bb2845 100644 --- a/src/setup/locales/en/translation.json +++ b/src/setup/locales/en/translation.json @@ -54,7 +54,8 @@ "findingBestVideo": "Finding the best video for you", "noVideos": "Whoops, couldn't find any videos for you", "loading": "Loading...", - "backToHome": "Back", + "backToHome": "Back to home", + "backToHomeShort": "Back", "seasonAndEpisode": "S{{season}} E{{episode}}", "buttons": { "episodes": "Episodes", diff --git a/src/video/components/VideoPlayer.tsx b/src/video/components/VideoPlayer.tsx index 55daf522..688f42e2 100644 --- a/src/video/components/VideoPlayer.tsx +++ b/src/video/components/VideoPlayer.tsx @@ -138,8 +138,8 @@ export function VideoPlayer(props: Props) {