[CST-5339] Improved project synchronization

This commit is contained in:
Luca Giamminonni
2022-06-20 19:05:57 +02:00
parent ac677d52d7
commit 555d98f700
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ export class OrcidQueueComponent implements OnInit, OnDestroy {
switch (orcidQueue.recordType.toLowerCase()) { switch (orcidQueue.recordType.toLowerCase()) {
case 'publication': case 'publication':
return 'fas fa-book'; return 'fas fa-book';
case 'funding': case 'project':
return 'fas fa-wallet'; return 'fas fa-wallet';
case 'education': case 'education':
return 'fas fa-school'; return 'fas fa-school';

View File

@@ -4608,7 +4608,7 @@
"person.page.orcid.sync-queue.tooltip.publication": "Publication", "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", "person.page.orcid.sync-queue.tooltip.affiliation": "Affiliation",