rename 'Menu déroulant' in graphql

This commit is contained in:
clemkeirua 2020-06-26 17:07:03 +02:00 committed by Pierre de La Morinerie (Rebase PR Action)
parent 6452a20491
commit 3a9204af56

View file

@ -1177,7 +1177,7 @@ enum TypeDeChamp {
dossier_link
"""
Menu déroulant
Choix parmi une liste
"""
drop_down_list
@ -1212,7 +1212,7 @@ enum TypeDeChamp {
linked_drop_down_list
"""
Menu déroulant à choix multiples
Choix multiples
"""
multiple_drop_down_list
@ -1317,4 +1317,4 @@ type ValidationError {
A description of the error
"""
message: String!
}
}