diff options
Diffstat (limited to 'src/screens/Registration.tsx')
-rw-r--r-- | src/screens/Registration.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Registration.tsx b/src/screens/Registration.tsx index aaf929ba..0471e42e 100644 --- a/src/screens/Registration.tsx +++ b/src/screens/Registration.tsx @@ -215,7 +215,7 @@ const Registration: React.FC<RegistrationProps> = ({navigation}) => { if (statusCode === 201) { navigation.navigate('Verification'); Alert.alert( - "You've successfully registrated!🥳", + "You've successfully registered!🥳", `Welcome, ${form.username}`, ); } else if (statusCode === 409) { |