diff --git a/app/src/frontend/building/data-containers/planning.tsx b/app/src/frontend/building/data-containers/planning.tsx index e4786067..1af8f8eb 100644 --- a/app/src/frontend/building/data-containers/planning.tsx +++ b/app/src/frontend/building/data-containers/planning.tsx @@ -79,7 +79,7 @@ const PlanningView: React.FunctionComponent = (props) => { props.building.planning_data.length > 0 ? "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 = (props) => { props.building.planning_data.length > 0 ? "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." } /> : <> diff --git a/etl/planning_data/obtain_livestream_data_and_load_into_database.py b/etl/planning_data/obtain_livestream_data_and_load_into_database.py index f02e0860..bb0bddbf 100644 --- a/etl/planning_data/obtain_livestream_data_and_load_into_database.py +++ b/etl/planning_data/obtain_livestream_data_and_load_into_database.py @@ -66,7 +66,7 @@ def load_data_into_database(cursor, data): "status": status, "status_before_aliasing": status_before_aliasing, "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", "address": address_data.planning_data_entry_to_address(entry), }