diff --git a/src/app/tools/inactive-two-factor-report.component.html b/src/app/tools/inactive-two-factor-report.component.html index acf49314974..d1df248f5b8 100644 --- a/src/app/tools/inactive-two-factor-report.component.html +++ b/src/app/tools/inactive-two-factor-report.component.html @@ -34,7 +34,7 @@ - {{'2faInstructions' | i18n}} + {{'instructions' | i18n}} diff --git a/src/locales/en/messages.json b/src/locales/en/messages.json index 0b39f9f3e1f..0bf30f9dd59 100644 --- a/src/locales/en/messages.json +++ b/src/locales/en/messages.json @@ -1329,8 +1329,8 @@ "noInactive2fa": { "message": "No websites were found in your vault with a missing two-factor authentication configuration." }, - "2faInstructions": { - "message": "2FA Instructions" + "instructions": { + "message": "Instructions" }, "exposedPasswordsReport": { "message": "Exposed Passwords Report"