diff --git a/app/javascript/dashboard/components/app/LowBackupCodesBanner.vue b/app/javascript/dashboard/components/app/LowBackupCodesBanner.vue index 5c84153d5..a51024abd 100644 --- a/app/javascript/dashboard/components/app/LowBackupCodesBanner.vue +++ b/app/javascript/dashboard/components/app/LowBackupCodesBanner.vue @@ -1,24 +1,23 @@ diff --git a/app/javascript/dashboard/i18n/locale/en/mfa.json b/app/javascript/dashboard/i18n/locale/en/mfa.json index aff04db85..f6091891c 100644 --- a/app/javascript/dashboard/i18n/locale/en/mfa.json +++ b/app/javascript/dashboard/i18n/locale/en/mfa.json @@ -50,7 +50,7 @@ "DISABLE_BUTTON": "Disable Two-Factor Authentication" }, "LOW_BACKUP_CODES": { - "MESSAGE": "You have {count} backup code remaining. Generate new codes to avoid getting locked out if you lose access to your authenticator. | You have {count} backup codes remaining. Generate new codes to avoid getting locked out if you lose access to your authenticator.", + "MESSAGE": "You have {n} backup code remaining. Generate new codes to avoid getting locked out if you lose access to your authenticator. | You have {n} backup codes remaining. Generate new codes to avoid getting locked out if you lose access to your authenticator.", "NONE_LEFT": "You have no backup codes remaining. Generate new codes now to avoid getting locked out if you lose access to your authenticator.", "ACTION": "Generate codes" },