rename 'Menu déroulant' in graphql
This commit is contained in:
parent
6452a20491
commit
3a9204af56
1 changed files with 3 additions and 3 deletions
|
@ -1177,7 +1177,7 @@ enum TypeDeChamp {
|
||||||
dossier_link
|
dossier_link
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Menu déroulant
|
Choix parmi une liste
|
||||||
"""
|
"""
|
||||||
drop_down_list
|
drop_down_list
|
||||||
|
|
||||||
|
@ -1212,7 +1212,7 @@ enum TypeDeChamp {
|
||||||
linked_drop_down_list
|
linked_drop_down_list
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Menu déroulant à choix multiples
|
Choix multiples
|
||||||
"""
|
"""
|
||||||
multiple_drop_down_list
|
multiple_drop_down_list
|
||||||
|
|
||||||
|
@ -1317,4 +1317,4 @@ type ValidationError {
|
||||||
A description of the error
|
A description of the error
|
||||||
"""
|
"""
|
||||||
message: String!
|
message: String!
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue