fix(fr-hint-text) Ensures that screen readers can read the point in the decimal number

This commit is contained in:
Corinne Durrmeyer 2024-10-30 17:39:20 +01:00
parent 1c99a7c187
commit d7c97f5775
No known key found for this signature in database
GPG key ID: DDC049DDA35585B6
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. Example: 3.141"
value_html: "You can enter up to 3 decimal places after the decimal point. Example: 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 le point. Exemple: 3.141"
value_html: "Vous pouvez saisir jusquà 3 décimales après le point. Exemple: <span aria-hidden='true'>3.141</span><span class='sr-only'>3 point 141</span>"