Fixed label.

This commit is contained in:
Christian P. MOMON 2021-01-28 19:54:53 +01:00
parent 2ce73a5d27
commit cb2e06ebf0

View file

@ -322,7 +322,7 @@ public class PropertyChecker
if (StringUtils.isBlank(property.getValue())) if (StringUtils.isBlank(property.getValue()))
{ {
check.setStatus(Status.ERROR); check.setStatus(Status.ERROR);
check.setComment("Value obligatoire"); check.setComment("Valeur obligatoire");
} }
else if (rule.checkValue(property.getValue())) else if (rule.checkValue(property.getValue()))
{ {