From 642bf3698111c3bdf0c95d94bfb87b6a10d08012 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Fri, 4 Jun 2021 15:17:27 +0000 Subject: [PATCH] [Trunk | Explore]: environments: Updated footer div help contents according to ticket #6713. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@61098 d315682c-612b-4755-9ff5-7f18f6832af3 --- explore/src/environments/environment.beta.ts | 2 +- explore/src/environments/environment.prod.ts | 2 +- explore/src/environments/environment.test.ts | 2 +- explore/src/environments/environment.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/explore/src/environments/environment.beta.ts b/explore/src/environments/environment.beta.ts index 4b5956e2..15a801be 100644 --- a/explore/src/environments/environment.beta.ts +++ b/explore/src/environments/environment.beta.ts @@ -123,5 +123,5 @@ export let properties: EnvProperties = { adminPortalURL: "https://beta.admin.connect.openaire.eu", myOrcidLinksPage: "/my-orcid-links", - footerGrantText: "This service has received funding from EU grants No. 643410, No. 777541, No 101017452" + footerGrantText: "OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452" }; diff --git a/explore/src/environments/environment.prod.ts b/explore/src/environments/environment.prod.ts index de6228e6..0244a5b8 100644 --- a/explore/src/environments/environment.prod.ts +++ b/explore/src/environments/environment.prod.ts @@ -124,5 +124,5 @@ export let properties: EnvProperties = { adminPortalURL: "https://admin.explore.openaire.eu", myOrcidLinksPage: "/my-orcid-links", - footerGrantText: "This service has received funding from EU grants No. 643410, No. 777541, No 101017452" + footerGrantText: "OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452" }; diff --git a/explore/src/environments/environment.test.ts b/explore/src/environments/environment.test.ts index 5f812d80..9391dfd9 100644 --- a/explore/src/environments/environment.test.ts +++ b/explore/src/environments/environment.test.ts @@ -123,5 +123,5 @@ export let properties: EnvProperties = { adminPortalURL: "https://beta.admin.connect.openaire.eu", myOrcidLinksPage: "/my-orcid-links", - footerGrantText: "This service has received funding from EU grants No. 643410, No. 777541, No 101017452" + footerGrantText: "OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452" }; diff --git a/explore/src/environments/environment.ts b/explore/src/environments/environment.ts index b4388790..6a95d76d 100644 --- a/explore/src/environments/environment.ts +++ b/explore/src/environments/environment.ts @@ -127,5 +127,5 @@ export let properties: EnvProperties = { adminPortalURL: "https://beta.admin.connect.openaire.eu", myOrcidLinksPage: "/my-orcid-links", - footerGrantText: "This service has received funding from EU grants No. 643410, No. 777541, No 101017452" + footerGrantText: "OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452" };