From 4fd843922415e71827b1d435fc46f39b19f153e5 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Thu, 28 May 2020 15:51:56 +0000 Subject: [PATCH] [Library | Trunk]: Remove other from research product. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58802 d315682c-612b-4755-9ff5-7f18f6832af3 --- landingPages/result/resultLanding.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landingPages/result/resultLanding.component.ts b/landingPages/result/resultLanding.component.ts index d7a7297d..2bad73e1 100644 --- a/landingPages/result/resultLanding.component.ts +++ b/landingPages/result/resultLanding.component.ts @@ -212,7 +212,7 @@ export class ResultLandingComponent { if (this.type === "dataset") { return "research data"; } else if (this.type === "orp" || this.type === "other") { - return "other research product"; + return "research product"; } else { return this.type; }