mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
[CST-5339] Improved project synchronization
This commit is contained in:
@@ -118,7 +118,7 @@ export class OrcidQueueComponent implements OnInit, OnDestroy {
|
||||
switch (orcidQueue.recordType.toLowerCase()) {
|
||||
case 'publication':
|
||||
return 'fas fa-book';
|
||||
case 'funding':
|
||||
case 'project':
|
||||
return 'fas fa-wallet';
|
||||
case 'education':
|
||||
return 'fas fa-school';
|
||||
|
@@ -4608,7 +4608,7 @@
|
||||
|
||||
"person.page.orcid.sync-queue.tooltip.publication": "Publication",
|
||||
|
||||
"person.page.orcid.sync-queue.tooltip.funding": "Funding",
|
||||
"person.page.orcid.sync-queue.tooltip.project": "Project",
|
||||
|
||||
"person.page.orcid.sync-queue.tooltip.affiliation": "Affiliation",
|
||||
|
||||
|
Reference in New Issue
Block a user