mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-12 17:01:01 +00:00
auto-commit for 1ddbc8b2-a05f-48bc-a368-0a13eca798ef
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user