From 31b14831413302e5978c1ecba86aeefacfb4972c Mon Sep 17 00:00:00 2001 From: Tom Russell Date: Wed, 5 Dec 2018 20:24:30 +0000 Subject: [PATCH] Change 'like me' text --- 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 02c2ce22..96c75c74 100644 --- a/app/src/frontend/fields-config.json +++ b/app/src/frontend/fields-config.json @@ -162,10 +162,10 @@ }, { "title": "Like Me!", "slug": "like", - "intro": "Do we like the buildings?", + "intro": "Do you like the building and think it contributes to the city?", "help": "https://pages.colouring.london/likeme", "fields": [ - { "title": "Number of likes", "slug": "likes_total", "type": "like", "tooltip": "Do you like the building?" } + { "title": "Number of likes", "slug": "likes_total", "type": "like", "tooltip": "Do you like the building and think it contributes to the city?" } ] } ]