auto-commit for f32a6892-01a0-4f97-96e9-c2441172b563

This commit is contained in:
emergent-agent-e1
2025-11-09 08:45:29 +00:00
parent dfa636e806
commit 3152739211
+1 -1
View File
@@ -521,7 +521,7 @@ export default function HomeScreen({ navigation }: any) {
name="Profile"
component={ProfileTab}
options={{
tabBarLabel: 'Profile',
tabBarLabel: i18n.t('profile'),
tabBarIcon: ({ color, size }) => (
<Ionicons name="person" size={size} color={color} />
),