Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,24 @@ <h2>
</p-button>
</div>
} @else {
<p-button
class="w-6 md:w-auto"
[label]="'settings.profileSettings.social.connectOrcid' | translate"
severity="secondary"
(onClick)="connectOrcid()"
>
</p-button>
<img ngSrc="assets/images/integrations/orcid-logotype.png" width="130" height="40" alt="orcid" />
<p
class="mt-2 text-sm text-gray-600"
[innerHTML]="'settings.profileSettings.social.orcidDescription' | translate"
></p>
<b
class="mt-2 text-sm text-gray-600"
[innerHTML]="'settings.profileSettings.social.orcidWarning' | translate"
></b>
<div class="mt-2">
<p-button
class="w-6 md:w-auto"
[label]="'settings.profileSettings.social.connectOrcid' | translate"
severity="secondary"
(onClick)="connectOrcid()"
>
</p-button>
</div>
}
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1851,6 +1851,7 @@
"connectOrcid": "Connect ORCID",
"disconnectOrcid": "Disconnect ORCID",
"orcidDescription": "Link your ORCID. ORCID is a free, unique, persistent identifier (PID) for individuals to use as they engage in research, scholarship, and innovation activities. Learn how ORCID can help you spend more time conducting your research and less time managing it. <a href='https://orcid.org/' target='_blank'>Learn more about ORCID.</a>",
"orcidWarning": "NOTE: Your OSF account email and ORCID email need to match to correctly link your ORCID to your OSF profile.",
"title": "Social Link {{index}}",
"successUpdate": "Social successfully updated.",
"labels": {
Expand Down
Binary file added src/assets/images/integrations/orcid-logotype.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading