From 3cd84d013d2b5da33384c4dd76b12989060a4e6e Mon Sep 17 00:00:00 2001 From: Konstantinos Triantafyllou Date: Wed, 31 Mar 2021 11:45:43 +0000 Subject: [PATCH] [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 --- src/app/utils/indicator-utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/utils/indicator-utils.ts b/src/app/utils/indicator-utils.ts index bca2f34..44183ca 100644 --- a/src/app/utils/indicator-utils.ts +++ b/src/app/utils/indicator-utils.ts @@ -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'} ];