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