change DataHub to Datahub
This commit is contained in:
parent
69b49a4e81
commit
a022aa6f4d
@ -79,7 +79,7 @@ const PlanningView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
|||||||
props.building.planning_data.length > 0 ?
|
props.building.planning_data.length > 0 ?
|
||||||
"Only past application data is currently available for this site"
|
"Only past application data is currently available for this site"
|
||||||
:
|
:
|
||||||
"No live planning data are currently available for this building from the Planning London DataHub."
|
"No live planning data are currently available for this building from the Planning London Datahub."
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
: <></>
|
: <></>
|
||||||
@ -96,7 +96,7 @@ const PlanningView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
|||||||
props.building.planning_data.length > 0 ?
|
props.building.planning_data.length > 0 ?
|
||||||
"Only current application data is currently available for this site"
|
"Only current application data is currently available for this site"
|
||||||
:
|
:
|
||||||
"No live planning data are currently available for this building from the Planning London DataHub."
|
"No live planning data are currently available for this building from the Planning London Datahub."
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
: <></>
|
: <></>
|
||||||
|
@ -66,7 +66,7 @@ def load_data_into_database(cursor, data):
|
|||||||
"status": status,
|
"status": status,
|
||||||
"status_before_aliasing": status_before_aliasing,
|
"status_before_aliasing": status_before_aliasing,
|
||||||
"status_explanation_note": status_explanation_note,
|
"status_explanation_note": status_explanation_note,
|
||||||
"data_source": "the Greater London Authority's Planning London DataHub",
|
"data_source": "the Greater London Authority's Planning London Datahub",
|
||||||
"data_source_link": "https://www.london.gov.uk/programmes-strategies/planning/digital-planning/planning-london-datahub",
|
"data_source_link": "https://www.london.gov.uk/programmes-strategies/planning/digital-planning/planning-london-datahub",
|
||||||
"address": address_data.planning_data_entry_to_address(entry),
|
"address": address_data.planning_data_entry_to_address(entry),
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user