From 85a973afd487b52ffaea031a35d618e2711f62e4 Mon Sep 17 00:00:00 2001 From: cwille97 Date: Tue, 23 Mar 2021 17:11:24 -0400 Subject: [PATCH] Add locale info for hint equals password (#701) Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com> --- src/locales/en/messages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/locales/en/messages.json b/src/locales/en/messages.json index 51434de4f2..b258dd93f9 100644 --- a/src/locales/en/messages.json +++ b/src/locales/en/messages.json @@ -3801,5 +3801,8 @@ }, "webAuthnSuccess": { "message": "WebAuthn verified successfully!
You may close this tab." + }, + "hintEqualsPassword": { + "message": "Your password hint cannot be the same as your password." } }