@ -239,10 +239,13 @@
[disabled]="!selection.hasValue()"
(click)="onDeleteAssetProfiles()"
>
<ng-container i18n>{selection.selected.length, plural,
=1 {Delete 1 Profile}
other {Delete # Profiles}
}</ng-container>
<ng-container i18n
>Delete {{ selection.selected.length }}
{selection.selected.length, plural,
=1 {Profile}
other {Profiles}
}</ng-container
</button>
</mat-menu>
</th>