mirror of
https://github.com/mempool/mempool.git
synced 2026-08-20 13:28:00 +02:00
accelerations: not yet
This commit is contained in:
parent
aff44d90d5
commit
2cddc5fdd8
1 changed files with 2 additions and 2 deletions
|
|
@ -83,8 +83,8 @@
|
|||
|
||||
<ng-template #noData>
|
||||
<div class="no-data">
|
||||
<span *ngIf="pending" i18n="accelerations.no-accelerations-yet">There are no active accelerations yet!</span>
|
||||
<span *ngIf="!pending" i18n="accelerations.no-accelerations-yet">There are no accelerations show here yet!</span>
|
||||
<span *ngIf="pending" i18n="accelerations.no-accelerations">There are no active accelerations</span>
|
||||
<span *ngIf="!pending" i18n="accelerations.no-accelerations">There are no recent accelerations</span>
|
||||
</div>
|
||||
</ng-template>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue