mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-04-22 01:57:56 +00:00
auto-commit for ec79075a-f48d-41d5-a27d-ad809686ac29
This commit is contained in:
@@ -62,7 +62,7 @@ export default function AuthScreen({ navigation }: any) {
|
||||
>
|
||||
<ScrollView showsVerticalScrollIndicator={false}>
|
||||
<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}>
|
||||
{isSignIn ? t('signIn') : t('signUp')}
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user