mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-13 04:41:01 +00:00
auto-commit for 55fd67f4-76f7-492b-975c-724c37575d19
This commit is contained in:
@@ -148,7 +148,7 @@ export default function AuthScreen({ navigation }: any) {
|
||||
<ActivityIndicator color="#FFF" />
|
||||
) : (
|
||||
<Text style={styles.authButtonText}>
|
||||
{isSignIn ? 'Sign In' : 'Create Account'}
|
||||
{isSignIn ? i18n.t('signIn') : i18n.t('signUp')}
|
||||
</Text>
|
||||
)}
|
||||
</TouchableOpacity>
|
||||
|
||||
Reference in New Issue
Block a user