Browse Source

Improve localization

pull/5907/head
Thomas Kaul 2 months ago
parent
commit
469e490d47
  1. 2
      libs/ui/src/lib/accounts-table/accounts-table.component.html

2
libs/ui/src/lib/accounts-table/accounts-table.component.html

@ -290,7 +290,7 @@
</ng-container>
<ng-container matColumnDef="actions" stickyEnd>
<th *matHeaderCellDef class="px-1 text-center" i18n mat-header-cell></th>
<th *matHeaderCellDef class="px-1 text-center" mat-header-cell></th>
<td *matCellDef="let element" class="px-1 text-center" mat-cell>
<button
class="mx-1 no-min-width px-2"

Loading…
Cancel
Save