From cf91ccee6aeea3e6a7118230fc48c3daa395f37f Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 10 Apr 2025 22:54:00 +0300 Subject: [PATCH] Update ChangeEmailDialog.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> --- src/components/dialogs/ChangeEmailDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dialogs/ChangeEmailDialog.tsx b/src/components/dialogs/ChangeEmailDialog.tsx index 433e4289b9..5b2eeed06e 100644 --- a/src/components/dialogs/ChangeEmailDialog.tsx +++ b/src/components/dialogs/ChangeEmailDialog.tsx @@ -56,7 +56,7 @@ export function Inner({ StepTwo: { title: _(msg`Security Step Required`), message: _( - msg` An email has been sent to your previous address, ${currentEmail}. It includes a confirmation code which you can enter below.`, + msg`An email has been sent to your previous address, ${currentEmail}. It includes a confirmation code which you can enter below.`, ), }, StepThree: {