You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because:
* Some string localization was incorrectly matched and not displayed in product
This commit:
* Fix ftl ids
* Update one string for backup authentication codes to match updated design since no l10n was available for old string
Closes #
tfa-enter-code-to-confirm-v2 = Please enter one of your new backup authentication codes to confirm that you have saved them. Your old backup authentication codes will be disabled once this step is completed.
Copy file name to clipboardExpand all lines: packages/fxa-settings/src/components/Settings/PageTwoStepAuthentication/en.ftl
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,9 @@ tfa-input-enter-totp-v2 =
37
37
tfa-save-these-codes-1 = Save these one-time use backup authentication codes in a safe place for when
38
38
you don’t have your mobile device.
39
39
40
-
tfa-enter-code-to-confirm-v2 = Please enter one of your new backup authentication codes to
41
-
confirm that you have saved them. Your old backup authentication codes will be disabled once this step is completed.
40
+
# codes here refers to backup authentication codes
41
+
tfa-enter-code-to-confirm-setup = Confirm you saved your codes by entering one. Without these codes, you might not be able to sign in if you don’t have your authenticator app.
0 commit comments