From 247c8418b8e18d5da56f4ba7a8d02c0c89e6a608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 19 Sep 2017 13:36:15 +0200 Subject: [PATCH] grandlyon: change label of disabled profile fields --- grandlyon/recipes/grandlyon.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/grandlyon/recipes/grandlyon.json b/grandlyon/recipes/grandlyon.json index c30ab9f..5b7ef7f 100644 --- a/grandlyon/recipes/grandlyon.json +++ b/grandlyon/recipes/grandlyon.json @@ -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",