From 30def2150b236635009f98461fd505e9ad170515 Mon Sep 17 00:00:00 2001 From: argirok Date: Tue, 9 Apr 2024 13:03:27 +0300 Subject: [PATCH] [plugins-functionality | DONE | CHANGED ] Criteria utils: rename description label to abstract --- src/app/pages/content-providers/criteria-utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pages/content-providers/criteria-utils.ts b/src/app/pages/content-providers/criteria-utils.ts index 9689203..6637eb5 100644 --- a/src/app/pages/content-providers/criteria-utils.ts +++ b/src/app/pages/content-providers/criteria-utils.ts @@ -7,7 +7,7 @@ export class CriteriaUtils { {value: 'title', label: 'Title'}, {value: 'orcid', label: 'Author\'s ORCID'}, {value: 'contributor', label: 'Contributor'}, - {value: 'description', label: 'Description'}, + {value: 'description', label: 'Abstract'}, {value: 'subject', label: 'Subject'}, {value: 'fos', label: 'Field of Science'}, {value: 'sdg', label: 'SDG'},