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