tweak description/question about upcoming applications

This commit is contained in:
Mateusz Konieczny 2022-12-07 13:46:56 +01:00
parent f3fb5c982c
commit c5803ef24c
3 changed files with 3 additions and 2 deletions

View File

@ -92,6 +92,7 @@ const CommunityView: React.FunctionComponent<CategoryViewProps> = (props) => {
mode={props.mode} mode={props.mode}
copy={props.copy} copy={props.copy}
/> />
<InfoBox>You can click and colour any other building on the map as well.</InfoBox>
</div> </div>
<InfoBox>Can you help add information on community use of buildings?</InfoBox> <InfoBox>Can you help add information on community use of buildings?</InfoBox>

View File

@ -136,7 +136,7 @@ const PlanningView: React.FunctionComponent<CategoryViewProps> = (props) => {
mode={props.mode} mode={props.mode}
copy={props.copy} copy={props.copy}
/> />
<InfoBox type='danger'>To also add your opinion on how well this building works for the community, visit <Link to={communityLinkUrl}>Community</Link> section.</InfoBox> <InfoBox>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 <Link to={communityLinkUrl}>Community</Link> section.</InfoBox>
</DataEntryGroup> </DataEntryGroup>
</DataEntryGroup> </DataEntryGroup>
<DataEntryGroup name="Planning zones" collapsed={true} > <DataEntryGroup name="Planning zones" collapsed={true} >

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: "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 example: true
} }
}; };