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
@@ -1,7 +1,7 @@
<div class="flex flex-column row-gap-4 border-1 border-round-lg grey-border-color p-3 md:p-4 xl:p-5">
<div class="flex flex-row justify-content-between">
<h2>
{{ 'settings.profileSettings.social.labels.authenticatedIdentity' | translate }}
{{ 'settings.profileSettings.social.authenticatedIdentity' | translate }}
</h2>
</div>
<div class="flex flex-column row-gap-4 w-full md:flex-row md:align-items-end md:column-gap-3">
Expand All @@ -23,7 +23,7 @@ <h2>
</div>
} @else {
<img ngSrc="assets/images/integrations/orcid-logotype.png" width="130" height="40" alt="orcid" />
<p class="mt-2" [innerHTML]="'settings.profileSettings.social.orcidDescription' | translate"></p>
<p class="mt-2 rich-text" [innerHTML]="'settings.profileSettings.social.orcidDescription' | translate"></p>
<p class="mt-2 font-bold">{{ 'settings.profileSettings.social.orcidWarning' | translate }}</p>
<div class="mt-2">
<p-button
Expand Down
7 changes: 6 additions & 1 deletion src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2801,8 +2801,13 @@
"suffix": "Suffix (Optional)"
},
"social": {
"authenticatedIdentity": "Authenticated identity",
"successUpdate": "Social successfully updated.",
"title": "Social Link {{index}}"
"title": "Social Link {{index}}",
"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: This will log you out of your current OSF profile. Your OSF account email and ORCID email need to match to correctly link your ORCID to your OSF profile."
},
"tabs": {
"education": "Education",
Expand Down
Loading