From 360626a35d6c3894e30d382b420140a64c6be5d6 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Mon, 2 Dec 2024 14:46:25 +0200 Subject: [PATCH] [develop | DONE | CHANGED]: funders.component.ts: Updated label of "Openness" sorting option to "Openness score". --- explore/src/app/funders/funders.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explore/src/app/funders/funders.component.ts b/explore/src/app/funders/funders.component.ts index 623dec5a..4ec0579f 100644 --- a/explore/src/app/funders/funders.component.ts +++ b/explore/src/app/funders/funders.component.ts @@ -120,7 +120,7 @@ export class FundersComponent implements OnInit { this.sortOptions = [ {value: 'alphAsc', label: 'Alphabetically (A-Z)'}, {value: 'alphDsc', label: 'Alphabetically (Z-A)'}, - {value: 'oaDsc', label: 'Openness'}, + {value: 'oaDsc', label: 'Openness score'}, {value: 'countryAsc', label: 'Country name (A-Z)'}, {value: 'researcProductsDsc', label: 'Number of ' + this.openaireEntities.RESULTS}, {value: 'projectsDsc', label: 'Number of ' + this.openaireEntities.PROJECTS}