NIHVIVO-3626 Create a VIVO-specific version of the new account notification email, so it can contain different text from the generic Vitro version.
This commit is contained in:
parent
51ce0b52e3
commit
0813f08387
1 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
We have created your new VIVO account associated with ${userAccount.emailAddress}.
|
We have created your new account on ${siteName}, associated with ${userAccount.emailAddress}.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@ -51,8 +51,8 @@ ${userAccount.firstName} ${userAccount.lastName}
|
||||||
|
|
||||||
Congratulations!
|
Congratulations!
|
||||||
|
|
||||||
We have created your new VIVO account associated with
|
We have created your new account on ${siteName},
|
||||||
${userAccount.emailAddress}.
|
associated with ${userAccount.emailAddress}.
|
||||||
|
|
||||||
If you did not request this new account you can safely ignore this email.
|
If you did not request this new account you can safely ignore this email.
|
||||||
This request will expire if not acted upon for 30 days.
|
This request will expire if not acted upon for 30 days.
|
||||||
|
|
Loading…
Add table
Reference in a new issue