[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:
Konstantinos Triantafyllou 2021-03-31 11:45:43 +00:00
parent 13cf0e0054
commit 3cd84d013d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ export class StakeholderUtils {
types: Option[] = [
{value: 'funder', label: 'Funder'},
{value: 'ri', label: 'Reasearch Initiative'},
{value: 'ri', label: 'Research Initiative'},
{value: 'project', label: 'Project'},
{value: 'organization', label: 'Organization'}
];