diff --git a/settings/src/components/account-status.js b/settings/src/components/account-status.js index 39b68dc7..f35256cc 100644 --- a/settings/src/components/account-status.js +++ b/settings/src/components/account-status.js @@ -31,10 +31,10 @@ export default function AccountStatus() { const backupBodyText = ! backupCodesEnabled && ! hasPrimaryProvider - ? 'Please enable a Two-Factor security key or app before enabling backup codes.' + ? 'Please enable a Two-Factor security key or app before enabling recovery codes.' : `You have ${ backupCodesEnabled ? '' : 'not' } - verified your backup codes for two-factor authentication.`; + verified your recovery codes for two-factor authentication.`; return (
- Backup codes let you access your account if your primary two-factor + Recovery codes let you access your account if your primary two-factor authentication method is unavailable, like if your phone is lost or stolen. Each code can only be used once.
@@ -126,7 +126,7 @@ function Setup( { setRegenerating } ) {
- Generating backup codes...
+ Generating recovery codes...
- Backup codes let you access your account if your primary two-factor + Recovery codes let you access your account if your primary two-factor authentication method is unavailable, like if your phone is lost or stolen. Each code can only be used once.
{ backupCodesRemaining > 5 && (- You have { backupCodesRemaining } backup codes remaining. + You have { backupCodesRemaining } recovery codes remaining.
) } @@ -231,7 +231,7 @@ function Manage( { setRegenerating } ) {