From c11b93e92bd3940c5c6083d0642ea3d9cbdfdaeb Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:38:45 +0200 Subject: [PATCH] New translations common.json (Hindi) --- locales/hi/common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/hi/common.json b/locales/hi/common.json index 82202802..9c73f808 100644 --- a/locales/hi/common.json +++ b/locales/hi/common.json @@ -11,7 +11,7 @@ "BASE_TYPE_ARRAY": "यह फ़ील्ड एक ऐरे होनी चाहिए", "UNKOWN_FIELD": "अज्ञात कुंजी: [[key]]", "BASE_TYPE_CONSTANT": "This field must be {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Not a well formed email address", + "EMAIL_TYPE_INVALID_EMAIL": "Not a well-formed email address", "DATE_TYPE_PARSE": "Could not parse {{date}}. Should be ISO8601", "BASE_TYPE_BAD_LENGTH": "Must be between {{length}} in length" }