accelerations: not yet

This commit is contained in:
Mononaut 2023-12-08 13:23:51 +00:00
parent aff44d90d5
commit 2cddc5fdd8
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

View File

@ -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>