Browse Source

Improve language localization

pull/7351/head
Thomas Kaul 4 days ago
parent
commit
c9b6f885da
  1. 14
      apps/client/src/app/components/admin-market-data/admin-market-data.html

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

@ -114,12 +114,7 @@
</ng-container>
<ng-container matColumnDef="assetClass">
<th
*matHeaderCellDef
class="px-1 text-nowrap"
mat-header-cell
mat-sort-header
>
<th *matHeaderCellDef class="px-1" mat-header-cell mat-sort-header>
<ng-container i18n>Asset Class</ng-container>
</th>
<td
@ -137,12 +132,7 @@
</ng-container>
<ng-container matColumnDef="assetSubClass">
<th
*matHeaderCellDef
class="px-1 text-nowrap"
mat-header-cell
mat-sort-header
>
<th *matHeaderCellDef class="px-1" mat-header-cell mat-sort-header>
<ng-container i18n>Asset Sub Class</ng-container>
</th>
<td

Loading…
Cancel
Save