[Bug] Criteria: Change author ORCID to orcid.

This commit is contained in:
Konstantinos Triantafyllou 2022-11-28 13:06:40 +02:00
parent bc7663458c
commit 0c01154698
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ export class CriteriaUtils {
public static readonly fields: Option[] = [
{value: 'title', label: 'Title'},
{value: 'author', label: 'Author\'s name'},
{value: 'author ORCID', label: 'Author\'s ORCID'},
{value: 'orcid', label: 'Author\'s ORCID'},
{value: 'contributor', label: 'Contributor'},
{value: 'description', label: 'Description'}
]