From bac0c97bb50e49ba6acc1f6155fb0cbdd4649196 Mon Sep 17 00:00:00 2001 From: Lucile Varloteaux <lucile.varloteaux@inrae.fr> Date: Wed, 25 Aug 2021 14:04:54 +0200 Subject: [PATCH] modif en.json pour passer les tests --- ui2/src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui2/src/locales/en.json b/ui2/src/locales/en.json index 57f5c9807..80cc1e93c 100644 --- a/ui2/src/locales/en.json +++ b/ui2/src/locales/en.json @@ -99,7 +99,7 @@ "invalidInteger": "For the component : <code>{variableComponentKey}</code> the value <code>{value}</code> must be an integer.", "invalidFloat": "For the component : <code>{variableComponentKey}</code> the value <code>{value}</code> must be a float.", "checkerExpressionReturnedFalse": "The following checker expression isn't fulfilled : <code>{expression}</code>", - "requiredValue": "For the component : <code>{variableComponentKey}</code> the value can't be null.", + "requiredValue": "For the component : <code>{variableComponentKey}</code> the value can't be null." }, "referencesManagement": { "actions": "Actions", -- GitLab