auto-commit for 0552a154-bf71-4e6d-a573-f60fad996574

This commit is contained in:
emergent-agent-e1
2025-11-09 08:44:50 +00:00
parent de0d541c6d
commit 0739f9ec8f
+1 -1
View File
@@ -501,7 +501,7 @@ export default function HomeScreen({ navigation }: any) {
name="Citizens"
component={CitizensTab}
options={{
tabBarLabel: 'Citizens',
tabBarLabel: i18n.t('citizens'),
tabBarIcon: ({ color, size }) => (
<Ionicons name="people" size={size} color={color} />
),