From e019de24cc835b7abf25f03ed88f335dd92fc8ac Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 5 Jun 2024 12:05:57 +0300 Subject: [PATCH] fieldNotMatchingPattern$phoneNumberLoose --- application/Espo/Resources/i18n/en_US/Global.json | 1 + 1 file changed, 1 insertion(+) diff --git a/application/Espo/Resources/i18n/en_US/Global.json b/application/Espo/Resources/i18n/en_US/Global.json index 9d35d413c8..fe88c384ed 100644 --- a/application/Espo/Resources/i18n/en_US/Global.json +++ b/application/Espo/Resources/i18n/en_US/Global.json @@ -322,6 +322,7 @@ "fieldNotMatchingPattern$latinLettersWhitespace": "{field} can contain only latin letters and whitespace", "fieldNotMatchingPattern$digits": "{field} can contain only digits", "fieldNotMatchingPattern$uriOptionalProtocol": "{field} must be a valid URL", + "fieldNotMatchingPattern$phoneNumberLoose": "{field} contains characters not allowed in a phone number", "fieldInvalid": "{field} is invalid", "fieldIsRequired": "{field} is required", "fieldPhoneInvalid": "{field} is invalid",