[Trunk|Library]: Change map for statistics entities.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56111 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
caa40ef87e
commit
b1d2d474f3
|
@ -23,10 +23,10 @@ export const availableEntities = [
|
|||
];
|
||||
|
||||
export const availableEntitiesMap = new Map([
|
||||
['publication', 'Publications'],
|
||||
['dataset', 'Research Data'],
|
||||
['software', 'Software'],
|
||||
['orp', 'Other Research products'],
|
||||
['publication', 'publications'],
|
||||
['dataset', 'research Data'],
|
||||
['software', 'software'],
|
||||
['orp', 'other research products'],
|
||||
]);
|
||||
|
||||
export class DisplayStatsOptions {
|
||||
|
|
Loading…
Reference in New Issue