mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-20 06:31:05 +00:00
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:
parent
deb6e31e06
commit
7ad6a909e9
1 changed files with 1 additions and 1 deletions
|
@ -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}.`,
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue