From e808af8c78b474c5849dad2b05d61eb024976217 Mon Sep 17 00:00:00 2001 From: "stefania.martziou" Date: Wed, 28 Jul 2021 13:37:09 +0000 Subject: [PATCH] Changed 'info last updated' to 'data last updated' --- src/app/pages/continent/continent.component.html | 4 ++-- src/app/pages/country/country.component.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/pages/continent/continent.component.html b/src/app/pages/continent/continent.component.html index da5ca6dbe..91bad9fb4 100644 --- a/src/app/pages/continent/continent.component.html +++ b/src/app/pages/continent/continent.component.html @@ -15,7 +15,7 @@

{{continentName | titlecase}}

- Info Last Updated: + Data Last Updated: {{lastUpdateDate}}
@@ -27,7 +27,7 @@

{{continentName | titlecase}}

- Info Last Updated: 21 May 2020 + Data Last Updated: 21 May 2020
diff --git a/src/app/pages/country/country.component.html b/src/app/pages/country/country.component.html index 5fa03e9b9..270cf0502 100644 --- a/src/app/pages/country/country.component.html +++ b/src/app/pages/country/country.component.html @@ -22,7 +22,7 @@

{{countryPageOverviewData.name}}

- Info Last Updated: + Data Last Updated: {{lastUpdateDate}}
@@ -42,7 +42,7 @@

{{countryPageOverviewData.name}}

- Info Last Updated: 21 May 2020 + Data Last Updated: 21 May 2020