auto-commit for 86985644-5d80-4f4b-ba01-e7a1c2878137

This commit is contained in:
emergent-agent-e1
2025-11-09 08:44:18 +00:00
parent a3059bb850
commit de0d541c6d
+1 -1
View File
@@ -491,7 +491,7 @@ export default function HomeScreen({ navigation }: any) {
name="Wallet"
component={WalletTab}
options={{
tabBarLabel: 'Wallet',
tabBarLabel: i18n.t('wallet'),
tabBarIcon: ({ color, size }) => (
<Ionicons name="wallet" size={size} color={color} />
),