mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-13 23:01:09 +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}>
|
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user