From 79518bb7ab98271ccefadcb93e3d206bdff4ca45 Mon Sep 17 00:00:00 2001 From: Konstantina Galouni Date: Fri, 4 Jun 2021 15:00:27 +0000 Subject: [PATCH] [Trunk | Monitor]: environments: Updated property "footerGrantText" according to ticket #6713. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor@61096 d315682c-612b-4755-9ff5-7f18f6832af3 --- src/environments/environment.beta.ts | 2 +- src/environments/environment.prod.ts | 2 +- src/environments/environment.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/environments/environment.beta.ts b/src/environments/environment.beta.ts index d71b7f6..a37bfcd 100644 --- a/src/environments/environment.beta.ts +++ b/src/environments/environment.beta.ts @@ -110,5 +110,5 @@ export let properties: EnvProperties = { indexInfoAPI: "https://beta.services.openaire.eu/openaire/info/", altMetricsAPIURL: "https://api.altmetric.com/v1/doi/", b2noteAPIURL: "http://b2note-dev.bsc.es/", - footerGrantText: "This service has received funding from EU grants 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/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 4473947..c2cd06e 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -93,5 +93,5 @@ export let properties: EnvProperties = { indexInfoAPI: "https://services.openaire.eu/openaire/info/", altMetricsAPIURL: "https://api.altmetric.com/v1/doi/", b2noteAPIURL: "http://b2note-dev.bsc.es/", - footerGrantText: "This service has received funding from EU grants 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/src/environments/environment.ts b/src/environments/environment.ts index c9493ef..56d7c67 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -99,5 +99,5 @@ export let properties: EnvProperties = { indexInfoAPI: "https://beta.services.openaire.eu/openaire/info/", altMetricsAPIURL: "https://api.altmetric.com/v1/doi/", b2noteAPIURL: "http://b2note-dev.bsc.es/", - footerGrantText: "This service has received funding from EU grants 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" };