Correcting duplicate string 'Date'

This commit is contained in:
softsimon
2024-04-28 09:46:55 +07:00
parent 27be568eb5
commit 0d9602693b
2 changed files with 15 additions and 20 deletions

View File

@@ -3,7 +3,7 @@
<th class="table-cell-txid" i18n="dashboard.latest-transactions.txid">TXID</th>
<th class="table-cell-satoshis" i18n="dashboard.latest-transactions.amount">Amount</th>
<th class="table-cell-fiat">{{ currency }}</th>
<th class="table-cell-date" i18n="transaction.fee|Transaction fee">Date</th>
<th class="table-cell-date" i18n="shared.date">Date</th>
</thead>
<tbody *ngIf="transactions$ | async as transactions else recentTransactionsSkeleton">
<tr *ngFor="let transaction of transactions; let i = index;">