From 7732402fe32f267c891ef1fbf9327951a23bedcb Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Mon, 16 Jan 2023 16:33:15 +0100 Subject: [PATCH] text --- apps/web/components/login.tsx | 2 +- apps/web/components/navigation.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/components/login.tsx b/apps/web/components/login.tsx index 5e52f514d..c1da99675 100644 --- a/apps/web/components/login.tsx +++ b/apps/web/components/login.tsx @@ -44,7 +44,7 @@ export default function Login() { redirect: false, }), { - loading: "Loggin in...", + loading: "Logging in...", success: "Login successful.", error: "Could not log in :/", }, diff --git a/apps/web/components/navigation.tsx b/apps/web/components/navigation.tsx index 2bf6c8abf..2d1aebef2 100644 --- a/apps/web/components/navigation.tsx +++ b/apps/web/components/navigation.tsx @@ -54,7 +54,7 @@ const userNavigation = [ const res: any = await toast.promise( signOut({ callbackUrl: "/login" }), { - loading: "Logging out", + loading: "Logging out...", success: "Your are logged out.", error: "Could not log out :/", },