mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-11 21:21:02 +00:00
auto-commit for d364b85e-c818-4ceb-b0e1-eac6bc084df3
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user