From 7ef0eef8439432aa8f9895e6b73393a8d5a96f82 Mon Sep 17 00:00:00 2001 From: Paul Girard Date: Wed, 18 Oct 2017 18:18:23 +0200 Subject: [PATCH] wording in error message --- client/src/assets/i18n/en.json | 3 ++- client/src/assets/i18n/fr.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/client/src/assets/i18n/en.json b/client/src/assets/i18n/en.json index a9ba2d33..1560314b 100644 --- a/client/src/assets/i18n/en.json +++ b/client/src/assets/i18n/en.json @@ -92,6 +92,7 @@ "no result": "No result", "error": { "403": "Access to this information restricted.", - "401": "Data not found" + "401": "Data not found", + "400": "Form data incorrect. Check mandatory fields." } } diff --git a/client/src/assets/i18n/fr.json b/client/src/assets/i18n/fr.json index f3031edb..7cc3a1cf 100644 --- a/client/src/assets/i18n/fr.json +++ b/client/src/assets/i18n/fr.json @@ -92,6 +92,7 @@ "user_guide_data": "Qui fait quoi ?", "error": { "403": "Vous n'avez pas accès à cette information.", - "401": "Information non trouvée." + "401": "Information non trouvée.", + "400": "données du formulaire incorrectes. Vérifier les champs obligatoires" } }