Merge pull request #10220 from demarches-simplifiees/fix-drop-down-missing-hint

ETQ usager : Champ choix multiple, ajouter une aide a a la saisie
This commit is contained in:
mfo 2024-04-02 09:28:34 +00:00 committed by GitHub
commit b245d9b063
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 20 additions and 2 deletions

View file

@ -0,0 +1,6 @@
en:
activerecord:
attributes:
champs/multiple_drop_down_list_champ:
hints:
value: "You can select one or more options."

View file

@ -0,0 +1,6 @@
fr:
activerecord:
attributes:
champs/multiple_drop_down_list_champ:
hints:
value: "Vous pouvez sélectionner un ou plusieurs choix."