diff --git a/src/components/popout/FloatingCard.tsx b/src/components/popout/FloatingCard.tsx index 6cd0d363..8d894f16 100644 --- a/src/components/popout/FloatingCard.tsx +++ b/src/components/popout/FloatingCard.tsx @@ -172,7 +172,7 @@ export const FloatingCardView = { }, Content(props: { children: React.ReactNode; noSection?: boolean }) { return ( -
- {t("videoPLayer.popouts.errors.loadingWentWrong", { + {t("videoPlayer.popouts.errors.loadingWentWrong", { seasonTitle: currentSeasonInfo?.title?.toLowerCase(), })}
@@ -185,112 +185,5 @@ export function EpisodeSelectionPopout() {- // {t("videoPLayer.popouts.errors.loadingWentWrong", { - // seasonTitle: currentSeasonInfo?.title?.toLowerCase(), - // })} - //
- //