Fixed label.
This commit is contained in:
parent
2ce73a5d27
commit
cb2e06ebf0
1 changed files with 1 additions and 1 deletions
|
@ -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()))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue