Browse Source

Improve language localization

pull/7351/head
Thomas Kaul 5 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>
<ng-container matColumnDef="assetClass"> <ng-container matColumnDef="assetClass">
<th <th *matHeaderCellDef class="px-1" mat-header-cell mat-sort-header>
*matHeaderCellDef
class="px-1 text-nowrap"
mat-header-cell
mat-sort-header
>
<ng-container i18n>Asset Class</ng-container> <ng-container i18n>Asset Class</ng-container>
</th> </th>
<td <td
@ -137,12 +132,7 @@
</ng-container> </ng-container>
<ng-container matColumnDef="assetSubClass"> <ng-container matColumnDef="assetSubClass">
<th <th *matHeaderCellDef class="px-1" mat-header-cell mat-sort-header>
*matHeaderCellDef
class="px-1 text-nowrap"
mat-header-cell
mat-sort-header
>
<ng-container i18n>Asset Sub Class</ng-container> <ng-container i18n>Asset Sub Class</ng-container>
</th> </th>
<td <td

Loading…
Cancel
Save