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" };