diff --git a/bitwarden_license/bit-web/src/app/dirt/access-intelligence/shared/risk-insights-drawer-dialog.component.html b/bitwarden_license/bit-web/src/app/dirt/access-intelligence/shared/risk-insights-drawer-dialog.component.html index 3fa72358f25..63ff7fd07b6 100644 --- a/bitwarden_license/bit-web/src/app/dirt/access-intelligence/shared/risk-insights-drawer-dialog.component.html +++ b/bitwarden_license/bit-web/src/app/dirt/access-intelligence/shared/risk-insights-drawer-dialog.component.html @@ -1,5 +1,5 @@ @if (isActiveDrawerType(drawerTypes.OrgAtRiskMembers)) { - + {{ "atRiskMembersWithCount" | i18n: drawerDetails.atRiskMemberDetails?.length ?? 0 @@ -45,7 +45,7 @@ } @if (isActiveDrawerType(drawerTypes.AppAtRiskMembers)) { - + {{ drawerDetails.appAtRiskMembers?.applicationName }} @@ -71,7 +71,7 @@ } @if (isActiveDrawerType(drawerTypes.OrgAtRiskApps)) { - + {{ "atRiskApplicationsWithCount" | i18n: drawerDetails.atRiskAppDetails?.length ?? 0