Browse Source

Update column

pull/407/head
Thomas 4 years ago
parent
commit
c4c7a12323
  1. 2
      apps/client/src/app/components/accounts-table/accounts-table.component.html

2
apps/client/src/app/components/accounts-table/accounts-table.component.html

@ -51,7 +51,7 @@
<ng-container matColumnDef="balance"> <ng-container matColumnDef="balance">
<th *matHeaderCellDef class="px-1 text-right" i18n mat-header-cell> <th *matHeaderCellDef class="px-1 text-right" i18n mat-header-cell>
Balance Cash Balance
</th> </th>
<td *matCellDef="let element" class="px-1 text-right" mat-cell> <td *matCellDef="let element" class="px-1 text-right" mat-cell>
<gf-value <gf-value

Loading…
Cancel
Save