[develop | DONE | CHANGED]: funders.component.ts: Updated label of "Openness" sorting option to "Openness score".
This commit is contained in:
parent
0739873ceb
commit
360626a35d
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue