about summary refs log tree commit diff
path: root/src/screens/Settings/components/Email2FAToggle.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens/Settings/components/Email2FAToggle.tsx')
-rw-r--r--src/screens/Settings/components/Email2FAToggle.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Settings/components/Email2FAToggle.tsx b/src/screens/Settings/components/Email2FAToggle.tsx
index a74f9fce7..0b327df79 100644
--- a/src/screens/Settings/components/Email2FAToggle.tsx
+++ b/src/screens/Settings/components/Email2FAToggle.tsx
@@ -51,7 +51,7 @@ export function Email2FAToggle() {
       <Prompt.Basic
         control={enableDialogControl}
         title={_(msg`Enable Email 2FA`)}
-        description={_(msg`Require an email code to log in to your account.`)}
+        description={_(msg`Require an email code to sign in to your account.`)}
         onConfirm={enableEmailAuthFactor}
         confirmButtonCta={_(msg`Enable`)}
       />