diff --git a/apps/client/src/app/components/admin-market-data/admin-market-data.html b/apps/client/src/app/components/admin-market-data/admin-market-data.html index 7d936c18d..0dc575f19 100644 --- a/apps/client/src/app/components/admin-market-data/admin-market-data.html +++ b/apps/client/src/app/components/admin-market-data/admin-market-data.html @@ -239,10 +239,13 @@ [disabled]="!selection.hasValue()" (click)="onDeleteAssetProfiles()" > - {selection.selected.length, plural, - =1 {Delete 1 Profile} - other {Delete # Profiles} - } + Delete {{ selection.selected.length }} + {selection.selected.length, plural, + =1 {Profile} + other {Profiles} + }