From 967f519e8f9fea0db161160a8277ccd6778bbc56 Mon Sep 17 00:00:00 2001 From: Tom Russell Date: Thu, 25 Oct 2018 13:49:33 +0100 Subject: [PATCH] TItle 'number of likes' --- app/src/frontend/fields-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/frontend/fields-config.json b/app/src/frontend/fields-config.json index 97865187..62cdde54 100644 --- a/app/src/frontend/fields-config.json +++ b/app/src/frontend/fields-config.json @@ -155,7 +155,7 @@ "title": "Like Me!", "slug": "like", "help": "https://pages.colouring.london/likeme", "fields": [ - { "title": "Like", "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?" } ] } ]