[Monitor Dashboard | Trunk]: Fix a typo on research initiatives
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@60757 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
13cf0e0054
commit
3cd84d013d
|
@ -22,7 +22,7 @@ export class StakeholderUtils {
|
||||||
|
|
||||||
types: Option[] = [
|
types: Option[] = [
|
||||||
{value: 'funder', label: 'Funder'},
|
{value: 'funder', label: 'Funder'},
|
||||||
{value: 'ri', label: 'Reasearch Initiative'},
|
{value: 'ri', label: 'Research Initiative'},
|
||||||
{value: 'project', label: 'Project'},
|
{value: 'project', label: 'Project'},
|
||||||
{value: 'organization', label: 'Organization'}
|
{value: 'organization', label: 'Organization'}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue