Skip to content

Commit

Permalink
Fix typo in subscription confirmation message
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Dec 17, 2024
1 parent 1d5e838 commit b935cef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion StatusPage/src/Pages/Subscribe/EmailSubscribe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ const SubscribePage: FunctionComponent<SubscribePageProps> = (
{isSuccess && (
<p className="text-center text-gray-400 mb-20 mt-20">
{" "}
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&apos;t
see the email, please check your spam folder.{" "}
</p>
)}

Expand Down

0 comments on commit b935cef

Please sign in to comment.