From 8864e0139fde00d44aff172b1d109ca1ddc0cf5e Mon Sep 17 00:00:00 2001 From: Mathias Jakobsen Date: Wed, 8 Mar 2023 12:58:43 +0000 Subject: [PATCH] Merge pull request #12112 from overleaf/mj-welcome-email [web] Update CEO in onboarding email GitOrigin-RevId: b9d0aab382e8f9ec2b5e8230193119ceba5ee63b --- services/web/app/src/Features/Email/EmailBuilder.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/app/src/Features/Email/EmailBuilder.js b/services/web/app/src/Features/Email/EmailBuilder.js index 05da8e6f1c..40abeeb1a7 100644 --- a/services/web/app/src/Features/Email/EmailBuilder.js +++ b/services/web/app/src/Features/Email/EmailBuilder.js @@ -491,8 +491,8 @@ templates.userOnboardingEmail = NoCTAEmailTemplate({ `${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}
`, + `Lee`, + `Lee Shalit
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}.`, ] },