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 }, }} >