aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/screens/onboarding/InvitationCodeVerification.tsx2
-rw-r--r--src/screens/onboarding/WelcomeScreen.tsx2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/screens/onboarding/InvitationCodeVerification.tsx b/src/screens/onboarding/InvitationCodeVerification.tsx
index afdf6d3f..a9d1c12e 100644
--- a/src/screens/onboarding/InvitationCodeVerification.tsx
+++ b/src/screens/onboarding/InvitationCodeVerification.tsx
@@ -87,7 +87,7 @@ const InvitationCodeVerification: React.FC<InvitationCodeVerificationProps> = ({
<View style={styles.footer}>
<ArrowButton
direction="backward"
- onPress={() => navigation.navigate('WelcomeScreen')}
+ onPress={() => navigation.navigate('Login')}
/>
</View>
);
diff --git a/src/screens/onboarding/WelcomeScreen.tsx b/src/screens/onboarding/WelcomeScreen.tsx
index fcdd9bc5..96d3f929 100644
--- a/src/screens/onboarding/WelcomeScreen.tsx
+++ b/src/screens/onboarding/WelcomeScreen.tsx
@@ -31,7 +31,7 @@ const WelcomeScreen: React.FC<WelcomeScreenProps> = ({navigation}) => {
<View>
<Text style={styles.header}>Welcome to TAGG!</Text>
<Text style={styles.subtext}>
- This is the new social networking platform for you! It will help you
+ Tagg is the new social networking platform for you! It will help you
create your own personalized digital space where you can express who
you are, along with all the moments that comprehensively define you!
</Text>