Skip to content

Commit

Permalink
Update subscription success message to include email confirmation ins…
Browse files Browse the repository at this point in the history
…tructions
  • Loading branch information
simlarsen committed Dec 17, 2024
1 parent 90ca4b6 commit 1d5e838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StatusPage/src/Pages/Subscribe/EmailSubscribe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const SubscribePage: FunctionComponent<SubscribePageProps> = (
{isSuccess && (
<p className="text-center text-gray-400 mb-20 mt-20">
{" "}
You have been subscribed successfully.
Confirmation link has been sent to your email. If you don't see the email, please check your spam folder.{" "}
</p>
)}

Expand Down

0 comments on commit 1d5e838

Please sign in to comment.