Merge pull request #3001 from overleaf/hb-fix-typo-email

Fix a typo in onboarding email

GitOrigin-RevId: 83ea41346d900ce678df02a02535050ae03a750a
This commit is contained in:
Hugh O'Brien 2020-07-14 09:58:44 +01:00 committed by Copybot
parent 0a0e649518
commit ad7af82c53

View file

@ -599,7 +599,7 @@ Co-founder & CEO <br />
secondaryMessage() { secondaryMessage() {
return `Don't want onboarding emails like this from us? Don't worry, this is the only one. return `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, If you've previously subscribed to emails about product offers and company news and events,
you can unsubscribe <a href="${settings.siteUrl}/user/settings"> here </a>.` you can unsubscribe <a href="${settings.siteUrl}/user/settings">here</a>.`
} }
}) })