diff --git a/src/app/record/components/top-bar/top-bar.component.html b/src/app/record/components/top-bar/top-bar.component.html index 080cbdb08b..a72c0e9e7c 100644 --- a/src/app/record/components/top-bar/top-bar.component.html +++ b/src/app/record/components/top-bar/top-bar.component.html @@ -11,7 +11,9 @@ [emailVerified]="emailVerified" [justRegistered]="justRegistered" > - + { this.permissionPanelRaw = grouped this.permissionPanelNotifications = grouped.map((n) => { - const orgName = n?.sourceDescription || '' + const integration = this.parseOrcidIntegrationIntro(n?.notificationIntro) + const orgName = + integration?.memberName || + n?.source?.sourceName?.content || + n?.sourceDescription || + '' const escaped = orgName .replace(/&/g, '&') .replace(/