[Validator | angular-16]: oaipmh-validator.component.ts: Updated label of one guideline option "OpenAIRE Guidelines for Literature Repositories Profile v4 & OpenAIRE FAIR Guidelines for Literature Profile" - from now on, both profile v2 and fair guidelines are calculated together.

This commit is contained in:
Konstantina Galouni 2023-10-17 13:51:00 +03:00
parent b2cddcbfb6
commit 34a525f690
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ export class OaipmhValidatorComponent implements OnInit {
public options: Option[] = [
{label: 'OpenAIRE Guidelines for Data Archives Profile v2 & OpenAIRE FAIR Guidelines for Data Repositories Profile', value: 'OpenAIRE Guidelines for Data Archives Profile v2'},
{label: 'OpenAIRE Guidelines for Literature Repositories Profile v3', value: 'OpenAIRE Guidelines for Literature Repositories Profile v3'},
{label: 'OpenAIRE Guidelines for Literature Repositories Profile v4', value: 'OpenAIRE Guidelines for Literature Repositories Profile v4'},
{label: 'OpenAIRE Guidelines for Literature Repositories Profile v4 & OpenAIRE FAIR Guidelines for Literature Profile', value: 'OpenAIRE Guidelines for Literature Repositories Profile v4'},
{label: 'OpenAIRE FAIR Guidelines for Data Repositories Profile', value: 'OpenAIRE FAIR Guidelines for Data Repositories Profile'}
];
public form: UntypedFormGroup;