From f5aeb28a2423a609fb2641b6be862e2d37d9c4ff Mon Sep 17 00:00:00 2001 From: "Sven (AAMOS AI)" Date: Fri, 14 Aug 2026 05:38:29 +0700 Subject: [PATCH] =?UTF-8?q?fix(mobile):=20tydlig=20bak=C3=A5t-etikett=20(T?= =?UTF-8?q?illbaka)=20ist=C3=A4llet=20f=C3=B6r=20(tabs)=20i=20navigationen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/mobile/src/app/_layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/mobile/src/app/_layout.tsx b/apps/mobile/src/app/_layout.tsx index 4b0d7d3..010de32 100644 --- a/apps/mobile/src/app/_layout.tsx +++ b/apps/mobile/src/app/_layout.tsx @@ -59,6 +59,7 @@ export default function RootLayout() { headerStyle: { backgroundColor: colors.background }, headerTintColor: colors.text, headerShadowVisible: false, + headerBackTitle: t("common.back"), contentStyle: { backgroundColor: colors.background }, }} >