diff --git a/services/web/app/src/Features/Email/EmailBuilder.js b/services/web/app/src/Features/Email/EmailBuilder.js index 5077b17da2..990e9253c2 100644 --- a/services/web/app/src/Features/Email/EmailBuilder.js +++ b/services/web/app/src/Features/Email/EmailBuilder.js @@ -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
Co-founder & CEO
${siteLink}
`, + `Dr. John Hammersley
Co-founder & CEO
${siteLink}
`, `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}.`, ] },