From c5803ef24c5833df62e5222662f03927c981d844 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Wed, 7 Dec 2022 13:46:56 +0100 Subject: [PATCH] tweak description/question about upcoming applications --- app/src/frontend/building/data-containers/community.tsx | 1 + app/src/frontend/building/data-containers/planning.tsx | 2 +- app/src/frontend/config/data-fields-config.ts | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/frontend/building/data-containers/community.tsx b/app/src/frontend/building/data-containers/community.tsx index e0388d79..a95434da 100644 --- a/app/src/frontend/building/data-containers/community.tsx +++ b/app/src/frontend/building/data-containers/community.tsx @@ -92,6 +92,7 @@ const CommunityView: React.FunctionComponent = (props) => { mode={props.mode} copy={props.copy} /> + You can click and colour any other building on the map as well. Can you help add information on community use of buildings? diff --git a/app/src/frontend/building/data-containers/planning.tsx b/app/src/frontend/building/data-containers/planning.tsx index f08f6f7e..f790aa88 100644 --- a/app/src/frontend/building/data-containers/planning.tsx +++ b/app/src/frontend/building/data-containers/planning.tsx @@ -136,7 +136,7 @@ const PlanningView: React.FunctionComponent = (props) => { mode={props.mode} copy={props.copy} /> - To also add your opinion on how well this building works for the community, visit Community section. + You can click and colour any other building on the map as well. To add your opinion on how well this building works for the community, please visit the Community section. diff --git a/app/src/frontend/config/data-fields-config.ts b/app/src/frontend/config/data-fields-config.ts index 19f9c649..a4e79e3d 100644 --- a/app/src/frontend/config/data-fields-config.ts +++ b/app/src/frontend/config/data-fields-config.ts @@ -111,7 +111,7 @@ export const buildingUserFields = { community_expected_planning_application: { perUser: true, category: Category.Community, - 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.", + title: "Do you think that this building may be subject to a planning application, involving demolition, over the next six months?", example: true } };