[PM-34047] Change column header in at-risk member drawers to "At-risk applications" (#19741)

* change column header in at-risk member drawers
This commit is contained in:
Brad 2026-03-31 10:35:12 -07:00 committed by GitHub
parent 35af440881
commit b02a0b642b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@
{{ "email" | i18n }}
</div>
<div bitTypography="body2" class="tw-text-sm tw-font-bold">
{{ "atRiskPasswords" | i18n }}
{{ "atRiskApplications" | i18n }}
</div>
</div>
@for (member of drawerDetails.atRiskMemberDetails; track member.email) {