[plugins-functionality | DONE | CHANGED ] Gateway info rename content providers

This commit is contained in:
argirok 2024-06-10 09:00:22 +03:00
parent 50ae910b26
commit b7cf0fbaac
2 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@
{{contentProviderTotal|number}}
</a>
<span class="uk-flex uk-flex-middle uk-text-small">
Content Providers
{{openaireEntities.DATASOURCES}}
<a *ngIf="contentProvidersCalculated && (contentProviderTotal && contentProviderTotal > 0 && isEntityEnabled('datasource') && isRouteEnabled(searchLinkToDataProviders))"
[title]="buildContentProvidersTooltip()"
[attr.uk-tooltip]="'pos: bottom-right; delay: 10;'"

View File

@ -211,7 +211,7 @@ export class PluginGatewayInformationComponent extends PluginBaseComponent<Plugi
let tooltipContent: string = "<div>";
if (this.contentProviderTotal != null && this.contentProviderTotal > 0 && this.isEntityEnabled('datasource') && this.isRouteEnabled(this.searchLinkToDataProviders)) {
tooltipContent += "<span class='uk-text-bold'>Content Providers</span>";
tooltipContent += "<span class='uk-text-bold'>Data sources</span>";
}
tooltipContent += " have been selected as relevant for your community by the gateway curators.";