diff --git a/src/components/AuthenticationFlow/TriggerVerifyEmail.tsx b/src/components/AuthenticationFlow/TriggerVerifyEmail.tsx index 9baaac6af..843c6875a 100644 --- a/src/components/AuthenticationFlow/TriggerVerifyEmail.tsx +++ b/src/components/AuthenticationFlow/TriggerVerifyEmail.tsx @@ -73,7 +73,7 @@ export function TriggerVerifyEmail() { Verifying your new Email
- {isLoading &&

Please wait while we verify your new Email..

} + {isLoading &&

Please wait while we verify your new Email.

} {error &&

{error}

}