diff --git a/src/app/record/components/record-header/record-header.component.html b/src/app/record/components/record-header/record-header.component.html index 42b7937a64..407dd0000e 100644 --- a/src/app/record/components/record-header/record-header.component.html +++ b/src/app/record/components/record-header/record-header.component.html @@ -112,7 +112,8 @@ 'orc-font-body-large': platform.columns12 }" > - {{ orcidId }} + {{ isPublicRecord }} + {{ orcidId }}
@@ -37,7 +36,10 @@

@@ -61,11 +63,11 @@

This account has been deprecated, please see account  {{ + > {{ 'https:' + baseUrl + userInfo.PRIMARY_RECORD }} for the latest information + > for the latest information.

diff --git a/src/locale/properties/top-bar/top-bar.en.properties b/src/locale/properties/top-bar/top-bar.en.properties index c1d4a0a3ce..97cdb585fb 100644 --- a/src/locale/properties/top-bar/top-bar.en.properties +++ b/src/locale/properties/top-bar/top-bar.en.properties @@ -112,3 +112,4 @@ topBar.recordOwnerNotHaveAdded=The record owner may not have added information t topBar.findOutVisibility=Find out more about visibility settings in ORCID topBar.ariaLabelCopyOrcidId=Copy your ORCID iD to the clipboard topBar.ariaLabelViewPrintable=View a printable version of your ORCID record (Opens in new tab) +topBar.forTheLastInformation=for the latest information. diff --git a/src/locale/properties/top-bar/top-bar.rl.properties b/src/locale/properties/top-bar/top-bar.rl.properties index 4dca19e4e1..975ad0e255 100644 --- a/src/locale/properties/top-bar/top-bar.rl.properties +++ b/src/locale/properties/top-bar/top-bar.rl.properties @@ -126,3 +126,4 @@ topBar.recordOwnerNotHaveAdded=RL topBar.findOutVisibility=RL topBar.ariaLabelCopyOrcidId=RL topBar.ariaLabelViewPrintable=RL +topBar.forTheLastInformation=RL diff --git a/src/locale/properties/top-bar/top-bar.xx.properties b/src/locale/properties/top-bar/top-bar.xx.properties index 6b3e64714a..48bd6ea9a3 100644 --- a/src/locale/properties/top-bar/top-bar.xx.properties +++ b/src/locale/properties/top-bar/top-bar.xx.properties @@ -126,3 +126,4 @@ topBar.recordOwnerNotHaveAdded=X topBar.findOutVisibility=X topBar.ariaLabelCopyOrcidId=X topBar.ariaLabelViewPrintable=X +topBar.forTheLastInformation=X