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

[No QA] Update en.ts #53965

Merged
merged 2 commits into from
Dec 11, 2024
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.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1311,8 +1311,8 @@ const translations = {
addKey: 'Or add this secret key to your authenticator app:',
enterCode: 'Then enter the six-digit code generated from your authenticator app.',
stepSuccess: 'Finished',
enabled: 'Two-factor authentication is now enabled!',
congrats: 'Congrats, now you’ve got that extra security.',
enabled: 'Two-factor authentication enabled',
congrats: 'Congrats! Now you’ve got that extra security.',
copy: 'Copy',
disable: 'Disable',
enableTwoFactorAuth: 'Enable two-factor authentication',
Expand Down
4 changes: 2 additions & 2 deletions src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1311,8 +1311,8 @@ const translations = {
addKey: 'O añade esta clave secreta a tu aplicación de autenticación:',
enterCode: 'Luego introduce el código de seis dígitos generado por tu aplicación de autenticación.',
stepSuccess: 'Finalizado',
enabled: '¡La autenticación de dos factores está ahora habilitada!',
congrats: 'Felicidades, ahora tienes esa seguridad adicional.',
enabled: 'La autenticación de dos factores habilitada',
congrats: '¡Felicidades! Ahora tienes esa seguridad adicional.',
copy: 'Copiar',
disable: 'Deshabilitar',
enableTwoFactorAuth: 'Activar la autenticación de dos factores',
Expand Down
Loading