feat(multiple_drop_down_list): Add hint text - fix #10185

This commit is contained in:
Corinne Durrmeyer 2024-03-26 14:45:01 +01:00
parent 15b5c5b6dd
commit a69d60efef
2 changed files with 12 additions and 0 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éléctionner un ou plusieurs choix."