auto-commit for 028bd2b6-2acc-4b1b-8b6f-ed5a3487b346

This commit is contained in:
emergent-agent-e1
2025-11-09 16:12:50 +00:00
parent e6a3140698
commit f930a8876b
+1 -1
View File
@@ -62,7 +62,7 @@ export default function AuthScreen({ navigation }: any) {
>
<ScrollView showsVerticalScrollIndicator={false}>
<View style={styles.header}>
<Text style={styles.title}>{isSignIn ? 'Welcome Back' : 'Create Account'}</Text>
<Text style={styles.title}>{isSignIn ? t('signIn') : t('signUp')}</Text>
<Text style={styles.subtitle}>
{isSignIn ? t('signIn') : t('signUp')}
</Text>