From 3301a43069490c86325e24c2b2330189bd52c401 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Casal?= Date: Mon, 27 Nov 2023 15:29:58 +0100 Subject: [PATCH] Update newsletter subscription email content --- app/routes/_marketing+/newsletter/email/verify.server.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/routes/_marketing+/newsletter/email/verify.server.tsx b/app/routes/_marketing+/newsletter/email/verify.server.tsx index 69793e8..58f19fe 100644 --- a/app/routes/_marketing+/newsletter/email/verify.server.tsx +++ b/app/routes/_marketing+/newsletter/email/verify.server.tsx @@ -15,16 +15,17 @@ import { EmailRoot } from '~/components/email-root.tsx' export const VerifyNewsletterSubscriptionEmail = ({ name, onboardingUrl, otp }: { name: string; onboardingUrl: string; otp: string }) => { return ( - +
Confirm your subscription Hi {name}, + Thank you for subscribing to André Casal's newsletter! To ensure you receive our updates and exclusive content, please confirm your email address by clicking the button below: - If that doesn't work, copy and paste this code into the page: + Alternatively you can also copy+paste this code into the page: {otp} If you didn't subscribe to{' '}