fix(decimal number): description with 3 digits

This commit is contained in:
Colin Darie 2023-09-28 15:27:42 +02:00
parent 75bf30bed2
commit e492c8a3ad
2 changed files with 2 additions and 2 deletions

View file

@ -3,4 +3,4 @@ en:
attributes:
champs/decimal_number_champ:
hints:
value: "You can enter up to 3 decimal places after the decimal point. Exemple: 3.14"
value: "You can enter up to 3 decimal places after the decimal point. Exemple: 3.141"

View file

@ -3,4 +3,4 @@ fr:
attributes:
champs/decimal_number_champ:
hints:
value: "Vous pouvez saisir jusquà 3 décimales après la virgule. Exemple: 3,14"
value: "Vous pouvez saisir jusquà 3 décimales après la virgule. Exemple: 3,141"