update bulk delete to show count of deleted items ciphers + unassigned

This commit is contained in:
jng 2024-05-03 12:08:13 -04:00
parent d616fc586f
commit 39e16587d3
No known key found for this signature in database
GPG Key ID: AF822623CAD19C85
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
{{ "deleteSelectedConfirmation" | i18n }}
</ng-container>
<ng-container *ngIf="permanent">
{{ "permanentlyDeleteSelectedItemsDesc" | i18n: cipherIds.length }}
{{ "permanentlyDeleteSelectedItemsDesc" | i18n: cipherIds.length + unassignedCiphers.length }}
</ng-container>
</span>
<ng-container bitDialogFooter>