mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 05:18:21 +00:00
Merge pull request #7966 from overleaf/em-onboarding-email-typos
Fix typos in onboarding email GitOrigin-RevId: e46534f479ab7a7dcb753698262497893fbd7809
This commit is contained in:
parent
fd8bd62f54
commit
713fe8946b
1 changed files with 3 additions and 3 deletions
|
@ -480,7 +480,7 @@ templates.userOnboardingEmail = NoCTAEmailTemplate({
|
|||
isPlainText
|
||||
)
|
||||
const onboardingSurveyLink = EmailMessageHelper.displayLink(
|
||||
'Join our user feedback programme',
|
||||
'Join our user feedback program',
|
||||
'https://forms.gle/DB7pdk2B1VFQqVVB9',
|
||||
isPlainText
|
||||
)
|
||||
|
@ -488,11 +488,11 @@ templates.userOnboardingEmail = NoCTAEmailTemplate({
|
|||
`Thanks for signing up for ${settings.appName} recently. We hope you've been finding it useful! Here are some key features to help you get the most out of the service:`,
|
||||
`${learnLatexLink}: In this tutorial we provide a quick and easy first introduction to LaTeX with no prior knowledge required. By the time you are finished, you will have written your first LaTeX document!`,
|
||||
`${templatesLinks}: If you're looking for a template or example to get started, we've a large selection available in our template gallery, including CVs, project reports, journal articles and more.`,
|
||||
`${collaboratorsLink}: One of the key features of Overleaf is the ability to share projects and collaborate on them with other users. Find out how to share your projecs with your colleagues in this quick how-to guide.`,
|
||||
`${collaboratorsLink}: One of the key features of Overleaf is the ability to share projects and collaborate on them with other users. Find out how to share your projects with your colleagues in this quick how-to guide.`,
|
||||
`${onboardingSurveyLink} to help us make Overleaf even better!`,
|
||||
'Thanks again for using Overleaf :)',
|
||||
`John`,
|
||||
`Dr John Hammersley <br />Co-founder & CEO <br />${siteLink}<hr>`,
|
||||
`Dr. John Hammersley <br />Co-founder & CEO <br />${siteLink}<hr>`,
|
||||
`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}.`,
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue