auto-commit for ec79075a-f48d-41d5-a27d-ad809686ac29

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