diff --git a/README.md b/README.md index a7df29a1..d8107b01 100755 --- a/README.md +++ b/README.md @@ -3,12 +3,6 @@ Metaverse server for [Vircadia], implemented with [NodeJS]/[ExpressJS]/[FeathersJS]/[TypeScript]. This supports the basic inter-domain operations for a [Vircadia] open source metaverse project: accounts, servers, etc. -## The Name - -The original metaverse-server project is named "Project Apollo". -"Iamus" is one of the Greek god Apollo's many sons. -See https://en.wikipedia.org/wiki/Iamus. - [Vircadia]: https://vircadia.com/ [NodeJS]: https://nodejs.org/ [ExpressJS]: https://expressjs.com/ diff --git a/src/static/verificationEmail.html b/src/static/verificationEmail.html index 2821bc3a..2cf7add5 100644 --- a/src/static/verificationEmail.html +++ b/src/static/verificationEmail.html @@ -1,10 +1,10 @@

- You have created an account in the METAVERSE_NAME metaverse. + You have created an account with METAVERSE_NAME.

- Please verify the account email by following this link: + Please verify your account email by following this link:

VERIFY EMAIL
@@ -13,6 +13,6 @@ See you in the virtual world!

- -- SHORT_METAVERSE_NAME admin + -- SHORT_METAVERSE_NAME Administrator

diff --git a/src/static/verificationEmailFailure.html b/src/static/verificationEmailFailure.html index a1bce5c9..c30a23b5 100644 --- a/src/static/verificationEmailFailure.html +++ b/src/static/verificationEmailFailure.html @@ -4,7 +4,7 @@

- The account did not verify. + Your account was not verified.

\ No newline at end of file diff --git a/src/static/verificationEmailSuccess.html b/src/static/verificationEmailSuccess.html index 3893f1df..e732c369 100644 --- a/src/static/verificationEmailSuccess.html +++ b/src/static/verificationEmailSuccess.html @@ -4,7 +4,7 @@

- The account verified and enabled. Enjoy the metaverse! + Your account has been verified and enabled. Enjoy the metaverse!