From 2ffbbcc7fcfdb62b947402299fc4cd93b5db6909 Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Wed, 29 Sep 2021 11:05:34 +0200 Subject: [PATCH] Merge pull request #5276 from overleaf/jpa-email-copy-change [web] copy change to footer of new user onboarding email GitOrigin-RevId: 7b11655e5f2ae8d72e5fe69f8c07dab1c78ae98e --- services/web/app/src/Features/Email/EmailBuilder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/app/src/Features/Email/EmailBuilder.js b/services/web/app/src/Features/Email/EmailBuilder.js index c9b40f1d43..13c3958263 100644 --- a/services/web/app/src/Features/Email/EmailBuilder.js +++ b/services/web/app/src/Features/Email/EmailBuilder.js @@ -466,7 +466,7 @@ templates.userOnboardingEmail = NoCTAEmailTemplate({ 'Thanks again for using Overleaf :)', `John`, `Dr John Hammersley
Co-founder & CEO
${siteLink}
`, - `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}.`, ] }, })