From 4c9051adc6d9c18847f57a78b484e35a814244e8 Mon Sep 17 00:00:00 2001 From: amontenegro Date: Mon, 18 May 2026 15:38:37 -0600 Subject: [PATCH] PD-5463 The description for the scope /orcid-profile/read-limited should be the same as the description for /read-limited --- .../components/form-authorize/form-authorize.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/authorize/components/form-authorize/form-authorize.component.ts b/src/app/authorize/components/form-authorize/form-authorize.component.ts index 3d0463d58..4d03f6435 100644 --- a/src/app/authorize/components/form-authorize/form-authorize.component.ts +++ b/src/app/authorize/components/form-authorize/form-authorize.component.ts @@ -307,7 +307,7 @@ export class FormAuthorizeComponent implements OnInit, OnDestroy { return $localize`:@@authorize.addUpdateReseachActivities:Add/update your research activities (works, affiliations, etc.)` } - if (scope === '/read-limited') { + if (scope === '/read-limited' || scope === '/orcid-profile/read-limited') { return $localize`:@@authorize.readInfomationVisibilityTrustedParties:Read your information with visibility set to Trusted parties` }