auto-commit for 1ddbc8b2-a05f-48bc-a368-0a13eca798ef

This commit is contained in:
emergent-agent-e1
2025-11-09 08:32:56 +00:00
parent 29d45e1d1e
commit 7f72fda263
+1 -1
View File
@@ -63,7 +63,7 @@ export default function AuthScreen({ navigation }: any) {
<View style={styles.header}>
<Text style={styles.title}>{isSignIn ? 'Welcome Back' : 'Create Account'}</Text>
<Text style={styles.subtitle}>
{isSignIn ? 'Sign in to continue' : 'Join PezkuwiChain today'}
{isSignIn ? i18n.t('signIn') : i18n.t('signUp')}
</Text>
</View>