From 54ac6fd445bf0a3583e9c276f9ce862f43ed2be4 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 6 Apr 2018 16:16:22 -0400 Subject: [PATCH] update password exposed messages --- src/_locales/en/messages.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 94cd19018d..020a1624c7 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -1025,7 +1025,13 @@ "message": "Check if password has been exposed." }, "passwordExposed": { - "message": "This password has been exposed in data breaches. You should change it." + "message": "This password has been exposed $VALUE$ time(s) in data breaches. You should change it.", + "placeholders": { + "value": { + "content": "$1", + "example": "2" + } + } }, "passwordSafe": { "message": "This password was not found in any known data breaches. It should be safe to use."