mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-07 21:10:55 +08:00
[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:
parent
35af440881
commit
b02a0b642b
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user