diff --git a/src/app/features/preprints/pages/landing/preprints-landing.component.html b/src/app/features/preprints/pages/landing/preprints-landing.component.html index 87594c438..5d1517fe1 100644 --- a/src/app/features/preprints/pages/landing/preprints-landing.component.html +++ b/src/app/features/preprints/pages/landing/preprints-landing.component.html @@ -25,7 +25,7 @@

{{ 'preprints.title' | translate }}

} @else {
} - {{ 'preprints.poweredBy' | translate }} + {{ 'preprints.poweredBy' | translate }} {{ 'preprints.title' | translate }} } @else if (osfPreprintProvider()!.examplePreprintId) { {{ 'preprints.showExample' | translate }} diff --git a/src/app/features/preprints/pages/landing/preprints-landing.component.scss b/src/app/features/preprints/pages/landing/preprints-landing.component.scss index 703d057b1..885733499 100644 --- a/src/app/features/preprints/pages/landing/preprints-landing.component.scss +++ b/src/app/features/preprints/pages/landing/preprints-landing.component.scss @@ -8,6 +8,10 @@ .provider-description { line-height: 1.5rem; + + a { + font-weight: bold; + } } } diff --git a/src/app/features/profile/components/profile-information/profile-information.component.html b/src/app/features/profile/components/profile-information/profile-information.component.html index e03ceb58f..9bd69e20b 100644 --- a/src/app/features/profile/components/profile-information/profile-information.component.html +++ b/src/app/features/profile/components/profile-information/profile-information.component.html @@ -17,7 +17,7 @@

{{ currentUser()?.fullName }}

@if (currentUser()?.social?.orcid) { @@ -25,7 +25,7 @@

{{ currentUser()?.fullName }}

diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index 0934dc437..4e1eafd6c 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -1469,7 +1469,8 @@ "pendingWithdrawal": "Pending Withdrawal", "approved": "Approved", "declined": "Declined", - "inProgress": "In Progress" + "inProgress": "In Progress", + "removed": "Removed" }, "makeDecision": { "header": "Make decision", @@ -2840,7 +2841,7 @@ }, "institutions": { "title": "Institutions", - "description": "OSF Institutions enhances transparency and increases the visibility of research outputs, accelerating discovery and reuse. Institutional members focus on generating and sharing research, and let OSF Institutions handle the infrastructure.
Read more", + "description": "OSF Institutions enhances transparency and increases the visibility of research outputs, accelerating discovery and reuse. Institutional members focus on generating and sharing research, and let OSF Institutions handle the infrastructure.
Read more", "searchInstitutions": "Search institutions", "searchInstitutionsDesctiption": "Please select an institution to apply to your search. Only OSF Institutions member affiliations are discoverable. ", "learnMore": "Learn more about OSF Institutions." diff --git a/src/styles/_common.scss b/src/styles/_common.scss index cd598bf23..c63894938 100644 --- a/src/styles/_common.scss +++ b/src/styles/_common.scss @@ -145,6 +145,10 @@ color: var(--dark-blue-1); } +.dark-blue-two-link { + color: var(--dark-blue-2); +} + .provider-description { a:hover { color: var(--branding-primary-color);