mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add a help link to the account-merge email in case of error
This commit is contained in:
parent
c95d925d56
commit
2ec7747b60
1 changed files with 6 additions and 1 deletions
|
@ -43,7 +43,12 @@ templates = {}
|
|||
templates.accountMergeToOverleafAddress = CTAEmailTemplate({
|
||||
subject: () -> "Confirm Account Merge - #{settings.appName}"
|
||||
title: () -> "Confirm Account Merge"
|
||||
message: () -> "To merge your ShareLaTeX and Overleaf accounts, click the link below."
|
||||
message: () ->
|
||||
"""
|
||||
To merge your ShareLaTeX and Overleaf accounts, click the link below.
|
||||
If you think you have received this message in error,
|
||||
please contact us at https://www.overleaf.com/contact
|
||||
"""
|
||||
ctaText: () -> "Confirm Account Merge"
|
||||
ctaURL: (opts) -> opts.tokenLinkUrl
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue