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:
commit
b245d9b063
5 changed files with 20 additions and 2 deletions
|
@ -0,0 +1,6 @@
|
|||
en:
|
||||
activerecord:
|
||||
attributes:
|
||||
champs/multiple_drop_down_list_champ:
|
||||
hints:
|
||||
value: "You can select one or more options."
|
|
@ -0,0 +1,6 @@
|
|||
fr:
|
||||
activerecord:
|
||||
attributes:
|
||||
champs/multiple_drop_down_list_champ:
|
||||
hints:
|
||||
value: "Vous pouvez sélectionner un ou plusieurs choix."
|
Loading…
Add table
Add a link
Reference in a new issue