better describe predicted planning applications
This commit is contained in:
parent
cfc9930cc5
commit
09a5aadfe6
@ -246,8 +246,8 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
|
||||
{
|
||||
mapStyle: 'community_expected_planning_application_total',
|
||||
legend: {
|
||||
title: 'Expected planning application',
|
||||
description: 'People who think the building will be affected by a planning application in the near future',
|
||||
title: 'Expected planning applications',
|
||||
disclaimer: 'Sites identified by users as likely to be subject to planning application over the next six months',
|
||||
elements: [
|
||||
{ color: '#bd0026', text: '100+' },
|
||||
{ color: '#e31a1c', text: '50–99' },
|
||||
|
@ -111,7 +111,7 @@ export const buildingUserFields = {
|
||||
community_expected_planning_application: {
|
||||
perUser: true,
|
||||
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
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user