Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Login - Inconsistent copy in error message on 2FA entry screen #22651

Merged
merged 1 commit into from
Jul 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ export default {
},
twoFactorAuthForm: {
error: {
pleaseFillTwoFactorAuth: 'Please enter your two-factor code',
pleaseFillTwoFactorAuth: 'Please enter your two-factor authentication code',
incorrect2fa: 'Incorrect two-factor authentication code. Please try again.',
},
},
Expand Down Expand Up @@ -712,7 +712,7 @@ export default {
error: {
pleaseFillMagicCode: 'Please enter your magic code',
incorrectMagicCode: 'Incorrect magic code.',
pleaseFillTwoFactorAuth: 'Please enter your two-factor code',
pleaseFillTwoFactorAuth: 'Please enter your two-factor authentication code',
},
},
passwordForm: {
Expand Down
4 changes: 2 additions & 2 deletions src/languages/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ export default {
},
twoFactorAuthForm: {
error: {
pleaseFillTwoFactorAuth: 'Por favor, introduce tu código 2 factores',
pleaseFillTwoFactorAuth: 'Por favor, introduce tu código de autenticación de dos factores',
incorrect2fa: 'Código de autenticación de dos factores incorrecto. Por favor, inténtalo de nuevo',
},
},
Expand Down Expand Up @@ -714,7 +714,7 @@ export default {
error: {
pleaseFillMagicCode: 'Por favor, introduce el código mágico',
incorrectMagicCode: 'Código mágico incorrecto.',
pleaseFillTwoFactorAuth: 'Por favor, introduce tu código 2 factores',
pleaseFillTwoFactorAuth: 'Por favor, introduce tu código de autenticación de dos factores',
},
},
passwordForm: {
Expand Down