From ad7af82c534ceaffda7749712dc95716901d4312 Mon Sep 17 00:00:00 2001 From: Hugh O'Brien Date: Tue, 14 Jul 2020 09:58:44 +0100 Subject: [PATCH] Merge pull request #3001 from overleaf/hb-fix-typo-email Fix a typo in onboarding email GitOrigin-RevId: 83ea41346d900ce678df02a02535050ae03a750a --- 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 2ad2ac6ac3..f7d46c91fc 100644 --- a/services/web/app/src/Features/Email/EmailBuilder.js +++ b/services/web/app/src/Features/Email/EmailBuilder.js @@ -599,7 +599,7 @@ Co-founder & CEO
secondaryMessage() { 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, - you can unsubscribe here .` + you can unsubscribe here.` } })