diff --git a/client/src/components/Auth/LoginScreen.tsx b/client/src/components/Auth/LoginScreen.tsx index 7a02b0f5d..899a73364 100644 --- a/client/src/components/Auth/LoginScreen.tsx +++ b/client/src/components/Auth/LoginScreen.tsx @@ -126,7 +126,7 @@ const LoginScreen = () => { - Or Log In With + Or Login With diff --git a/client/src/components/Common/AuthButtons.tsx b/client/src/components/Common/AuthButtons.tsx index bac21afe5..973611948 100644 --- a/client/src/components/Common/AuthButtons.tsx +++ b/client/src/components/Common/AuthButtons.tsx @@ -86,7 +86,7 @@ export const LogInButton: React.FC<{ onPress?: () => void }> = ({ return ( - Log In + Login ); };