From 3ec7be04774699eacf5d39b6e486c4d011f0e760 Mon Sep 17 00:00:00 2001 From: Tom Russell Date: Tue, 13 Nov 2018 10:17:44 +0000 Subject: [PATCH] Change section titles - 'Design and Build' to 'Construction' - 'Energy' to 'Sustainability' --- app/src/frontend/fields-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/frontend/fields-config.json b/app/src/frontend/fields-config.json index 132c65a2..6f4769a7 100644 --- a/app/src/frontend/fields-config.json +++ b/app/src/frontend/fields-config.json @@ -111,7 +111,7 @@ }, { "inactive": true, - "title": "Design & Build", "slug": "construction", + "title": "Construction", "slug": "construction", "intro": "How is it built? Coming soon… Click the ? for more info.", "help": "https://pages.colouring.london/contstruction", "fields": [] @@ -125,7 +125,7 @@ }, { "inactive": true, - "title": "Energy", "slug": "energy", + "title": "Sustainability", "slug": "energy", "intro": "Is it energy efficient? Coming soon… Click the ? for more info.", "help": "https://pages.colouring.london/energy", "fields": []