From b935cef5a0b188ce945b216e6ecdc16f9dc812be Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Tue, 17 Dec 2024 17:41:44 +0000 Subject: [PATCH] Fix typo in subscription confirmation message --- StatusPage/src/Pages/Subscribe/EmailSubscribe.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/StatusPage/src/Pages/Subscribe/EmailSubscribe.tsx b/StatusPage/src/Pages/Subscribe/EmailSubscribe.tsx index 7d21db40cb..4a288e4f84 100644 --- a/StatusPage/src/Pages/Subscribe/EmailSubscribe.tsx +++ b/StatusPage/src/Pages/Subscribe/EmailSubscribe.tsx @@ -188,7 +188,8 @@ const SubscribePage: FunctionComponent = ( {isSuccess && (

{" "} - Confirmation link has been sent to your email. If you don't see the email, please check your spam folder.{" "} + Confirmation link has been sent to your email. If you don't + see the email, please check your spam folder.{" "}

)}