mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Include email address explicitly in welcome email to avoid any confusion
This commit is contained in:
parent
888ebd5d7b
commit
5a922e2356
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ templates.welcome =
|
||||||
compiledTemplate: _.template '''
|
compiledTemplate: _.template '''
|
||||||
<p>Hi <%= first_name %>,</p>
|
<p>Hi <%= first_name %>,</p>
|
||||||
|
|
||||||
<p>Thanks for signing up to ShareLaTeX! If you ever get lost, you can log in again <a href="<%= siteUrl %>/login">here</a>.</p>
|
<p>Thanks for signing up to ShareLaTeX! If you ever get lost, you can log in again <a href="<%= siteUrl %>/login">here</a> with the email address "<%= to %>".</p>
|
||||||
|
|
||||||
<p>If you're new to LaTeX, take a look at our <a href="<%= siteUrl %>/learn">Help Guides</a> and <a href="<%= siteUrl %>/templates">Templates</a>.</p>
|
<p>If you're new to LaTeX, take a look at our <a href="<%= siteUrl %>/learn">Help Guides</a> and <a href="<%= siteUrl %>/templates">Templates</a>.</p>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue