Merge pull request #5276 from overleaf/jpa-email-copy-change

[web] copy change to footer of new user onboarding email

GitOrigin-RevId: 7b11655e5f2ae8d72e5fe69f8c07dab1c78ae98e
This commit is contained in:
Jakob Ackermann 2021-09-29 11:05:34 +02:00 committed by Copybot
parent b58ba2299a
commit 2ffbbcc7fc

View file

@ -466,7 +466,7 @@ templates.userOnboardingEmail = NoCTAEmailTemplate({
'Thanks again for using Overleaf :)', 'Thanks again for using Overleaf :)',
`John`, `John`,
`Dr John Hammersley <br />Co-founder & CEO <br />${siteLink}<hr>`, `Dr John Hammersley <br />Co-founder & CEO <br />${siteLink}<hr>`,
`Don't want onboarding emails like this from us? Don't worry, this is the only one. If you've previously subscribed to emails about product offers and company news and events, you can unsubscribe ${userSettingsLink}.`, `You're receiving this email because you've recently signed up for an Overleaf account. If you've previously subscribed to emails about product offers and company news and events, you can unsubscribe ${userSettingsLink}.`,
] ]
}, },
}) })