From 3f34bc52fa638ed7eb988bf25c17935d9849bef1 Mon Sep 17 00:00:00 2001 From: Cedric Wille Date: Tue, 15 Dec 2020 16:09:52 -0500 Subject: [PATCH] Add locale info for hint equals password (#1458) Co-authored-by: Kyle Spearrin --- 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 946dba4b988..6db7940fe1c 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -1381,6 +1381,9 @@ "privacyPolicy": { "message": "Privacy Policy" }, + "hintEqualsPassword": { + "message": "Your password hint cannot be the same as your password." + }, "ok": { "message": "Ok" },