Merge pull request #1026 from matkoniecz/fix/1013-less-confusing-label

Make status title less confusing
This commit is contained in:
Mike Simpson 2023-01-10 14:35:54 +00:00 committed by GitHub
commit f495609f28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ const PlanningDataOfficialDataEntry: React.FC<PlanningDataOfficialDataEntryProps
<Fragment>
<InfoBox type='success'>
<Fragment>
<div><b>Current planning application status for this site:</b> <StatusInfo
<div><b>Planning application status for this site:</b> <StatusInfo
statusBeforeAliasing={item["status_before_aliasing"]}
status={item["status"]}
/></div>