diff options
-rw-r--r-- | src/screens/Login.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Login.tsx b/src/screens/Login.tsx index 672fd035..3c61fc37 100644 --- a/src/screens/Login.tsx +++ b/src/screens/Login.tsx @@ -80,7 +80,7 @@ const Login = ({navigation}: LoginProps) => { */ const handleLogin = () => { if (data.isValidUser && data.isValidPassword) { - Alert.alert(`My favorite Girl Scout Cookies are taggalongs! What are yours ${data.username}?`) + Alert.alert(`My favorite Girl Scout Cookies are taggalongs. What are yours ${data.username}?`) navigation.navigate('Registration') } } |