From b7cf0fbaac1b5c65ee40c065bf6c70ed5ff451a0 Mon Sep 17 00:00:00 2001 From: argirok Date: Mon, 10 Jun 2024 09:00:22 +0300 Subject: [PATCH] [plugins-functionality | DONE | CHANGED ] Gateway info rename content providers --- .../plugin-gateway-information.component.html | 2 +- .../gateway-information/plugin-gateway-information.component.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/plugins/components/gateway-information/plugin-gateway-information.component.html b/dashboard/plugins/components/gateway-information/plugin-gateway-information.component.html index e5535678..522fccbe 100644 --- a/dashboard/plugins/components/gateway-information/plugin-gateway-information.component.html +++ b/dashboard/plugins/components/gateway-information/plugin-gateway-information.component.html @@ -110,7 +110,7 @@ {{contentProviderTotal|number}} - Content Providers + {{openaireEntities.DATASOURCES}} 0 && this.isEntityEnabled('datasource') && this.isRouteEnabled(this.searchLinkToDataProviders)) { - tooltipContent += "Content Providers"; + tooltipContent += "Data sources"; } tooltipContent += " have been selected as relevant for your community by the gateway curators.";