From dc83b1d06db34a01a52a46785919c00b86be60ef Mon Sep 17 00:00:00 2001 From: Alexis Leboeuf Date: Sat, 13 Dec 2025 20:47:46 +0100 Subject: [PATCH] Renamed the tab that displays workers as Ouvrier --- app/(tabs)/_layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(tabs)/_layout.tsx b/app/(tabs)/_layout.tsx index 08789e2..0ce41c8 100644 --- a/app/(tabs)/_layout.tsx +++ b/app/(tabs)/_layout.tsx @@ -49,7 +49,7 @@ export default function TabLayout() { name="GestionOuvrier" component={GestionOuvrier} options={{ - title: 'Bonjour', + title: 'Ouvriers', tabBarIcon: ({ color }) => , }} />