diff options
Diffstat (limited to 'src/screens/onboarding/Login.tsx')
| -rw-r--r-- | src/screens/onboarding/Login.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screens/onboarding/Login.tsx b/src/screens/onboarding/Login.tsx index 8e406522..8aeb5e45 100644 --- a/src/screens/onboarding/Login.tsx +++ b/src/screens/onboarding/Login.tsx @@ -136,8 +136,8 @@ const Login: React.FC<LoginProps> = ({navigation}: LoginProps) => { } } catch (error) { Alert.alert( - 'Looks like our servers are down. 😓', - "Try again in a couple minutes. We're sorry for the inconvenience.", + 'Login failed 😓', + 'Please double-check your network connection and retry.', ); return { name: 'Login error', |
