[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
This commit is contained in:
k.triantafyllou 2020-05-28 15:51:56 +00:00
parent 8fdaac2d0d
commit 4fd8439224
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}