fix(decimal number): description with 3 digits
This commit is contained in:
parent
75bf30bed2
commit
e492c8a3ad
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue