Browse Source

Task/include count in delete menu item of market data management in admin control panel

pull/7064/head
David Requeno 4 weeks ago
parent
commit
62991d7685
  1. 5
      apps/client/src/app/components/admin-market-data/admin-market-data.html

5
apps/client/src/app/components/admin-market-data/admin-market-data.html

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

Loading…
Cancel
Save