better phrasing

This commit is contained in:
Mateusz Konieczny 2022-12-12 12:20:41 +01:00
parent c5c87b8731
commit c2bb03d729

View File

@ -138,7 +138,7 @@ const PlanningView: React.FunctionComponent<CategoryViewProps> = (props) => {
</DataEntryGroup>
<DataEntryGroup name="Past applications (official data)" collapsed={true} >
<InfoBox>
Past applications, including those with no decision in over a year
This section provides data on past applications where available from the GLA, including those with no decision in over a year
</InfoBox>
<PlanningDataOfficialDataEntry
shownData={props.building.planning_data ? props.building.planning_data.filter(item => isArchived(item)) : []}