grandlyon: change label of disabled profile fields

This commit is contained in:
Frédéric Péters 2017-09-19 13:36:15 +02:00
parent ac409c9fdd
commit 247c8418b8
1 changed files with 12 additions and 0 deletions

View File

@ -52,12 +52,24 @@
{"disable-attribute": {
"name": "zipcode"
}},
{"set-attribute": {
"name": "zipcode",
"label": "Code postal (off)"
}},
{"disable-attribute": {
"name": "city"
}},
{"set-attribute": {
"name": "city",
"label": "Ville (off)"
}},
{"disable-attribute": {
"name": "country"
}},
{"set-attribute": {
"name": "country",
"label": "Pays (off)"
}},
{"set-attribute": {
"name": "address_number",
"label": "Numéro de voie",