From c40385090ce4e3465bfffc2826fb1709c1003ed0 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Fri, 4 Jun 2021 09:54:06 +0000 Subject: [PATCH] [Trunk | Admin Tools]: update_db.js: Updated default footer div helptext for communities. --- update_db.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_db.js b/update_db.js index 38216ce..9c79452 100644 --- a/update_db.js +++ b/update_db.js @@ -1780,7 +1780,7 @@ function addFooterHelpTextForCommunities() { for (var j = 0; j < communities.length; j++) { community = communities[j]; - var content = "OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541, 731011 and 101017452"; + var content = "This OpenAIRE gateway is part of a project that has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541, 731011 and 101017452"; if(community.pid == "aginfra" || community.pid == "rural-digital-europe") { content = "This OpenAIRE gateway is part of a project that has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541, 731011 and 101017452";