From 576c52c160e602f54a6d9f4ef1f44b8e446766e5 Mon Sep 17 00:00:00 2001 From: Mahesh Makani Date: Mon, 3 Feb 2025 11:25:25 +0000 Subject: [PATCH] feat(delete): update copy to add email preferences link --- src/client/pages/DeleteAccount.tsx | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/src/client/pages/DeleteAccount.tsx b/src/client/pages/DeleteAccount.tsx index 6d4c2fc99..622f0872d 100644 --- a/src/client/pages/DeleteAccount.tsx +++ b/src/client/pages/DeleteAccount.tsx @@ -52,13 +52,24 @@ export const DeleteAccount = ({ pageHeader="Delete your Guardian account" errorOverride={error} leadText={ - - Please read the following paragraphs carefully to understand how - account deletion affects any Guardian products you may have. If at any - point you require further clarification please visit our{' '} - help centre - . - + <> + + To unsubscribe from email newsletters instead,{' '} + + manage your preferences + + . + + + Please read the following paragraphs carefully to understand how + account deletion affects any Guardian products you may have. If at + any point you require further clarification please visit our{' '} + + help centre + + . + + } > {/* Identity Account */}