From 47c9433b6c227234a82385d2beac6838ccafcb2a Mon Sep 17 00:00:00 2001 From: David Stone Date: Fri, 12 Dec 2025 16:39:48 +0000 Subject: [PATCH] Update confirmation email hint text --- .../plugins/SummaryPageWithConfirmationEmailController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/plugins/SummaryPageWithConfirmationEmailController.ts b/src/server/plugins/SummaryPageWithConfirmationEmailController.ts index a754a00a8..cf6ea4611 100644 --- a/src/server/plugins/SummaryPageWithConfirmationEmailController.ts +++ b/src/server/plugins/SummaryPageWithConfirmationEmailController.ts @@ -103,7 +103,7 @@ export function getUserConfirmationEmailAddress( id: CONFIRMATION_EMAIL_FIELD_NAME, name: CONFIRMATION_EMAIL_FIELD_NAME, hint: { - text: 'Enter your email address to get an email confirming your form has been submitted' + text: 'Enter your email address to receive a confirmation email and a copy of your answers' }, value: payload ? payload[CONFIRMATION_EMAIL_FIELD_NAME] : undefined, errorMessage: errors?.length ? errors[0].text : undefined