[develop | DONE | FIXED]: showAuthors.component.ts: Typo fix in ORCID box (3rd party repositories, not 3d party).
This commit is contained in:
parent
980fc6a34a
commit
e4bfed85ba
|
@ -58,7 +58,7 @@ import {properties} from "../../../../environments/environment";
|
|||
|
||||
<i *ngIf="author.orcid">Harvested from ORCID Public Data File</i>
|
||||
<i *ngIf="!author.orcid && author.orcid_pending">Derived by OpenAIRE algorithms or harvested
|
||||
from 3d party repositories</i>
|
||||
from 3rd party repositories</i>
|
||||
</div>
|
||||
<div>
|
||||
<div class="clipboard-wrapper uk-width-1-1 uk-flex uk-flex-middle uk-flex-center"
|
||||
|
|
Loading…
Reference in New Issue