diff --git a/src/app/features/settings/profile-settings/components/authenticated-identity/authenticated-identity.component.html b/src/app/features/settings/profile-settings/components/authenticated-identity/authenticated-identity.component.html index 0e10c22ea..97d2202b8 100644 --- a/src/app/features/settings/profile-settings/components/authenticated-identity/authenticated-identity.component.html +++ b/src/app/features/settings/profile-settings/components/authenticated-identity/authenticated-identity.component.html @@ -22,17 +22,24 @@

} @else { - - + orcid

+ +
+ + +
} diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index 42651e0ab..69ba8b3fe 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -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. Learn more about ORCID.", + "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": { diff --git a/src/assets/images/integrations/orcid-logotype.png b/src/assets/images/integrations/orcid-logotype.png new file mode 100644 index 000000000..6957cc397 Binary files /dev/null and b/src/assets/images/integrations/orcid-logotype.png differ