From f3115b9f983367cdc0770314521fd9fdd94fdedd Mon Sep 17 00:00:00 2001 From: Alex Martzios Date: Tue, 20 Feb 2024 13:38:46 +0200 Subject: [PATCH] [develop | DONE | CHANGED] change footer text and update submodules --- explore/src/app/openaireLibrary | 2 +- explore/src/environments/environment.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/explore/src/app/openaireLibrary b/explore/src/app/openaireLibrary index 35323bd7..af6174c5 160000 --- a/explore/src/app/openaireLibrary +++ b/explore/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit 35323bd7441d7d21ce785aade0002ee02fdc402a +Subproject commit af6174c5de7d16e6a5c1222d4ae8d9a18e35667b diff --git a/explore/src/environments/environment.test.ts b/explore/src/environments/environment.test.ts index 8c3d48cd..bbfea56f 100644 --- a/explore/src/environments/environment.test.ts +++ b/explore/src/environments/environment.test.ts @@ -14,7 +14,7 @@ let props: EnvProperties = { baseLink : "", errorLink: '/error', myOrcidLinksPage: "/my-orcid-links", - footerGrantText: "OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452", + footerGrantText: "OpenAIRE has received funding from a series of EU funded projects.", piwikSiteId: "109" };