Browse Source

Refactoring

pull/7064/head
Thomas Kaul 4 weeks ago
parent
commit
3baeada05c
  1. 7
      apps/client/src/app/components/admin-market-data/admin-market-data.html

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

@ -240,7 +240,12 @@
(click)="onDeleteAssetProfiles()"
>
<ng-container i18n
>Delete {{ selection.selected.length }}
>Delete
{{
selection.selected.length > 1
? selection.selected.length
: ''
}}
{selection.selected.length, plural,
=1 {Profile}
other {Profiles}

Loading…
Cancel
Save