Add a help link to the account-merge email in case of error

This commit is contained in:
Shane Kilkelly 2018-09-14 15:44:38 +01:00
parent c95d925d56
commit 2ec7747b60

View file

@ -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
})