auto-commit for d364b85e-c818-4ceb-b0e1-eac6bc084df3

This commit is contained in:
emergent-agent-e1
2025-11-09 08:34:43 +00:00
parent 0c9010c9c2
commit c5ad7b45d3
+1 -1
View File
@@ -159,7 +159,7 @@ export default function AuthScreen({ navigation }: any) {
>
<Text style={styles.switchText}>
{isSignIn ? "Don't have an account? " : 'Already have an account? '}
<Text style={styles.switchTextBold}>{isSignIn ? 'Sign Up' : 'Sign In'}</Text>
<Text style={styles.switchTextBold}>{isSignIn ? i18n.t('signUp') : i18n.t('signIn')}</Text>
</Text>
</TouchableOpacity>
</View>