aboutsummaryrefslogtreecommitdiff
path: root/src/screens/onboarding/Checkpoint.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens/onboarding/Checkpoint.tsx')
-rw-r--r--src/screens/onboarding/Checkpoint.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/screens/onboarding/Checkpoint.tsx b/src/screens/onboarding/Checkpoint.tsx
index 4a58548e..83f330f1 100644
--- a/src/screens/onboarding/Checkpoint.tsx
+++ b/src/screens/onboarding/Checkpoint.tsx
@@ -24,7 +24,7 @@ interface CheckpointProps {
navigation: CheckpointNavigationProp;
}
/**
- * Registration screen 2 for email, username, password, and terms and conditions
+ * Checkpoint to ask user if profile setup should be done
* @param navigation react-navigation navigation object
*/
const Checkpoint: React.FC<CheckpointProps> = ({route, navigation}) => {
@@ -50,10 +50,10 @@ const Checkpoint: React.FC<CheckpointProps> = ({route, navigation}) => {
return (
<Background style={styles.container}>
<StatusBar barStyle="light-content" />
- <RegistrationWizard style={styles.wizard} step="four" />
+ <RegistrationWizard style={styles.wizard} step="five" />
<View style={styles.textContainer}>
- <Text style={styles.header}>Email verified!</Text>
+ <Text style={styles.header}>You are registered!</Text>
<Text style={styles.subtext}>
We're almost there. Would you like to setup your profile now?
</Text>