New ETA label

This commit is contained in:
softsimon
2024-07-03 15:59:54 +09:00
parent ae8b6043b2
commit 39e55bb3f8
3 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,7 @@
<ng-container *ngIf="(ETA$ | async) as eta; else etaSkeleton">
<span class="justify-content-end d-flex align-items-center">
@if (eta.blocks >= 7) {
<span i18n="transaction.eta.in-several-hours|Transaction ETA in several hours or more">In several hours (or more)</span>
<span i18n="transaction.eta.not-any-time-soon|Transaction ETA mot any time soon">Not any time soon</span>
} @else {
<app-time kind="until" [time]="eta.time" [fastRender]="false" [fixedRender]="true"></app-time>
}