Skip to content

Commit

Permalink
Merge pull request #112 from digisomni/fix/verification-typos
Browse files Browse the repository at this point in the history
Update text for email verification HTML.
  • Loading branch information
digisomni authored Feb 11, 2022
2 parents 17ce26e + e708d13 commit 2b41b39
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/static/verificationEmail.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<div>
<p>
You have created an account in the METAVERSE_NAME metaverse.
You have created an account with METAVERSE_NAME.
</p>

<p>
Please verify the account email by following this link:
Please verify your account email by following this link:
<div style="text-align: center">
<a href="VERIFICATION_URL"><b>VERIFY EMAIL</b></a>
</div>
Expand All @@ -13,6 +13,6 @@
See you in the virtual world!
</p>
<p>
-- SHORT_METAVERSE_NAME admin
-- SHORT_METAVERSE_NAME Administrator
</p>
</div>
2 changes: 1 addition & 1 deletion src/static/verificationEmailFailure.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</head>
<body>
<p>
The account did not verify.
Your account was not verified.
</p>
</body>
</html>
2 changes: 1 addition & 1 deletion src/static/verificationEmailSuccess.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</head>
<body>
<p>
The account verified and enabled. Enjoy the metaverse!
Your account has been verified and enabled. Enjoy the metaverse!
</p>
</body>
</html>

0 comments on commit 2b41b39

Please sign in to comment.