From dfa59dc93def184ac87b4e93df0c8a2fdf98bc2b Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 12 Dec 2018 00:02:57 -0500 Subject: [PATCH] instructions language update --- src/app/tools/inactive-two-factor-report.component.html | 2 +- src/locales/en/messages.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"