feat(multiple_drop_down_list): Add hint text - fix #10185
This commit is contained in:
parent
15b5c5b6dd
commit
a69d60efef
2 changed files with 12 additions and 0 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éléctionner un ou plusieurs choix."
|
Loading…
Reference in a new issue