Skip to content

Commit 1c28a9f

Browse files
authored
PD-5463 The description for the scope /orcid-profile/read-limited should be the same as the description for /read-limited (#2838)
1 parent b5d55da commit 1c28a9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/authorize/components/form-authorize/form-authorize.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ export class FormAuthorizeComponent implements OnInit, OnDestroy {
307307
return $localize`:@@authorize.addUpdateReseachActivities:Add/update your research activities (works, affiliations, etc.)`
308308
}
309309

310-
if (scope === '/read-limited') {
310+
if (scope === '/read-limited' || scope === '/orcid-profile/read-limited') {
311311
return $localize`:@@authorize.readInfomationVisibilityTrustedParties:Read your information with visibility set to Trusted parties`
312312
}
313313

0 commit comments

Comments
 (0)