mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Fix typo in subscription confirmation message
This commit is contained in:
@@ -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't
|
||||
see the email, please check your spam folder.{" "}
|
||||
</p>
|
||||
)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user