Skip to content

Commit e173e4b

Browse files
committed
PD-5745 Fix private names placeholder
1 parent 620ae40 commit e173e4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/assets/print-view/fetch-orcid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if (typeof $localize === 'undefined') {
1515

1616
// All user-visible strings. Values are replaced per-locale by the Angular localize pipeline at build time.
1717
const STRINGS = {
18-
unnamedProfile: $localize`:@@printView.unnamedProfile:Unnamed ORCID profile`,
18+
unnamedProfile: $localize`:@@printView.unnamedProfile:Name is private`,
1919
orcidIdAlt: $localize`:@@printView.orcidIdAlt:ORCID iD`,
2020
biography: $localize`:@@printView.biography:Biography`,
2121
personalInformation: $localize`:@@printView.personalInformation:Personal information`,

0 commit comments

Comments
 (0)