fix loading transaction i18n tag
This commit is contained in:
parent
87a691548f
commit
8ff76b6acd
@ -454,7 +454,7 @@
|
|||||||
<ng-template [ngIf]="error">
|
<ng-template [ngIf]="error">
|
||||||
|
|
||||||
<div class="text-center" *ngIf="loadingCachedTx; else waitingTemplate">
|
<div class="text-center" *ngIf="loadingCachedTx; else waitingTemplate">
|
||||||
<h3 i18n="transaction.error.transaction-not-found">Loading transaction</h3>
|
<h3 i18n="transaction.error.loading-transaction">Loading transaction</h3>
|
||||||
<div class="spinner-border text-light mt-2"></div>
|
<div class="spinner-border text-light mt-2"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user