diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index 217064827..e86e9936e 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -1289,6 +1289,7 @@ "unsavedchangespopup": "You have unsaved changes. Are you sure you want to leave?" }, "validation": { + "dateRangeExceeded": "The date range has been exceeded.", "invalidemail": "Please enter a valid email.", "invalidphone": "Please enter a valid phone number.", "required": "{{label}} is required." diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index 303349825..8b9026489 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -1289,6 +1289,7 @@ "unsavedchangespopup": "" }, "validation": { + "dateRangeExceeded": "", "invalidemail": "Por favor introduzca una dirección de correo electrónico válida.", "invalidphone": "", "required": "Este campo es requerido." diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index 9cdf64349..8f9330ea0 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -1289,6 +1289,7 @@ "unsavedchangespopup": "" }, "validation": { + "dateRangeExceeded": "", "invalidemail": "S'il vous plaît entrer un email valide.", "invalidphone": "", "required": "Ce champ est requis."