auto-commit for 24a36e14-a0aa-4350-b1da-7d070a86c55a

This commit is contained in:
emergent-agent-e1
2025-11-09 08:44:11 +00:00
parent 150543081d
commit a3059bb850
+1 -1
View File
@@ -479,7 +479,7 @@ export default function HomeScreen({ navigation }: any) {
<Tab.Screen
name="HomeTab"
options={{
tabBarLabel: 'Home',
tabBarLabel: i18n.t('home'),
tabBarIcon: ({ color, size }) => (
<Ionicons name="home" size={size} color={color} />
),