diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index f11240b8f..9831a14ef 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -92,6 +92,27 @@ + + validation + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index 1366e6593..abee6521b 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -6,7 +6,8 @@ }, "errors": { "deleting": "Error encountered while deleting allocation. {{message}}", - "saving": "Error while allocating. {{message}}" + "saving": "Error while allocating. {{message}}", + "validation": "Please ensure all fields are entered correctly. " }, "fields": { "employee": "Allocated To" diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index 2df497701..b5a22f871 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -6,7 +6,8 @@ }, "errors": { "deleting": "", - "saving": "" + "saving": "", + "validation": "" }, "fields": { "employee": "Asignado a" diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index 88fd98d61..df942272d 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -6,7 +6,8 @@ }, "errors": { "deleting": "", - "saving": "" + "saving": "", + "validation": "" }, "fields": { "employee": "Alloué à"