Merge pull request #10427 from overleaf/lg-secondary-email

Copy change to email we send when secondary email is added

GitOrigin-RevId: 1efd25e1ea9858f40cebf213f6dfbdc520a53313
This commit is contained in:
Lucie Germain 2022-11-22 09:23:21 +01:00 committed by Copybot
parent deb6e31e06
commit 7ad6a909e9

View file

@ -230,7 +230,7 @@ templates.confirmEmail = ctaTemplate({
},
secondaryMessage() {
return [
'If you did not request this, you can simply ignore this message.',
'If you did not request this, please let us know at <a href="mailto:support@overleaf.com">support@overleaf.com</a>.',
`If you have any questions or trouble confirming your email address, please get in touch with our support team at ${settings.adminEmail}.`,
]
},