Browse Source
Merge pull request #153 from dandevaud/feature/Smaller-Improvements
Replace Marketprice with price on all devices
pull/5027/head
dandevaud
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
2 deletions
-
libs/ui/src/lib/holdings-table/holdings-table.component.html
|
@ -84,8 +84,7 @@ |
|
|
mat-header-cell |
|
|
mat-header-cell |
|
|
mat-sort-header |
|
|
mat-sort-header |
|
|
> |
|
|
> |
|
|
<span class="d-none d-sm-block" i18n>Marketprice</span> |
|
|
<ng-container i18n>Price</ng-container> |
|
|
<span class="d-block d-sm-none" i18n>Price</span> |
|
|
|
|
|
</th> |
|
|
</th> |
|
|
<td *matCellDef="let element" class="px-1" mat-cell> |
|
|
<td *matCellDef="let element" class="px-1" mat-cell> |
|
|
<div class="d-flex justify-content-end"> |
|
|
<div class="d-flex justify-content-end"> |
|
|