diff --git a/app/(auth)/(tabs)/(home)/index.tsx b/app/(auth)/(tabs)/(home)/index.tsx index fdbe0ea2..6864c4d2 100644 --- a/app/(auth)/(tabs)/(home)/index.tsx +++ b/app/(auth)/(tabs)/(home)/index.tsx @@ -207,7 +207,7 @@ export default function index() { const latestMediaViews = collections.map((c) => { const includeItemTypes: BaseItemKind[] = c.CollectionType === "tvshows" ? ["Series"] : ["Movie"]; - const title = t("home.recently_added_in", {libraryName: c.Name}); + const title = t("home.recently_added_in", { libraryName: c.Name }); const queryKey = [ "home", "recentlyAddedIn" + c.CollectionType, @@ -352,7 +352,7 @@ export default function index() { {t("home.no_internet")} - {t("home.no_internet_message")} + {t("home.no_internet_message")}