better describe predicted planning applications

This commit is contained in:
Mateusz Konieczny 2022-11-25 10:10:20 +01:00
parent cfc9930cc5
commit 09a5aadfe6
2 changed files with 3 additions and 3 deletions

View File

@ -246,8 +246,8 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
{ {
mapStyle: 'community_expected_planning_application_total', mapStyle: 'community_expected_planning_application_total',
legend: { legend: {
title: 'Expected planning application', title: 'Expected planning applications',
description: 'People who think the building will be affected by a planning application in the near future', disclaimer: 'Sites identified by users as likely to be subject to planning application over the next six months',
elements: [ elements: [
{ color: '#bd0026', text: '100+' }, { color: '#bd0026', text: '100+' },
{ color: '#e31a1c', text: '5099' }, { color: '#e31a1c', text: '5099' },

View File

@ -111,7 +111,7 @@ export const buildingUserFields = {
community_expected_planning_application: { community_expected_planning_application: {
perUser: true, perUser: true,
category: Category.Community, category: Category.Community,
title: "Do you expect this site to be affected by a planning application in the near future?", title: "Select any building that you think may be subject to a planning application over the next six months and tick the box below to colour it.",
example: true example: true
} }
}; };