Skip to content
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% self.title = t('titles.enter_2fa_code.security_code') %>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was surprised this string isn't flagged as unused, but it looks like we use it for personal keys and TOTP in at least one place.

<% self.title = t('two_factor_authentication.backup_code_header_text') %>

<%= render PageHeadingComponent.new.with_content(t('two_factor_authentication.backup_code_header_text')) %>

Expand Down
2 changes: 1 addition & 1 deletion config/locales/forms/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ en:
totp_step_3: Scan this QR barcode with your app
totp_step_4: Enter the temporary code from your app
two_factor:
backup_code: Security code
backup_code: Backup code
personal_key: Personal key
try_again: Use another phone number
validation:
Expand Down
2 changes: 1 addition & 1 deletion config/locales/forms/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ es:
totp_step_3: Escanee este código de barras QR con su aplicación
totp_step_4: Ingrese el código temporal de su aplicación
two_factor:
backup_code: Código de seguridad
backup_code: Código de respaldo
personal_key: Clave personal
try_again: Use otro número de teléfono.
validation:
Expand Down
2 changes: 1 addition & 1 deletion config/locales/forms/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ fr:
totp_step_3: Scannez ce code-barres QR avec votre application
totp_step_4: Entrez le code temporaire de votre application
two_factor:
backup_code: Code de sécurité
backup_code: Code de sauvegarde
personal_key: Clé personnelle
try_again: Utilisez un autre numéro de téléphone
validation:
Expand Down