From a022aa6f4db3fde79d9e27a184128ae2e6d79a5e Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Sun, 22 Jan 2023 10:33:55 +0100 Subject: [PATCH] change DataHub to Datahub --- app/src/frontend/building/data-containers/planning.tsx | 4 ++-- .../obtain_livestream_data_and_load_into_database.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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), }