diff --git a/client/src/locales/en.json b/client/src/locales/en.json index a7d9fe069..c374b48e8 100644 --- a/client/src/locales/en.json +++ b/client/src/locales/en.json @@ -507,6 +507,13 @@ }, "auth": { "common": { + "fields": { + "password": { + "errors": { + "incorrect": "The password you provided does not match our records" + } + } + }, "navigation": { "continue": "Continue", "back": "Back"