[accelerator] adjust h1 labels

This commit is contained in:
Mononaut 2024-06-30 02:40:58 +00:00
parent f68c8cc621
commit 2798b43913
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

View File

@ -78,14 +78,14 @@
<ng-container *ngIf="!tx?.status?.confirmed && showAccelerationSummary">
<br>
<div class="title float-left">
<h2 i18n="transaction.accelerate|Accelerate button label">Accelerate</h2>
<h2 i18n="transaction.accelerate|Accelerate button label">Transaction stuck?</h2>
</div>
<div class="clearfix"></div>
<ng-container *ngIf="(ETA$ | async) as eta;">
<app-accelerate-checkout *ngIf="(da$ | async) as da;" [cashappEnabled]="accelerationEligible" [advancedEnabled]="true" [tx]="tx" [eta]="eta" [miningStats]="miningStats" [scrollEvent]="scrollIntoAccelPreview" class="h-100 w-100">
<span slot="cta-title">Urgent transaction? Get it confirmed faster.</span>
<span slot="cta-title">Mempool Accelerator&trade; fixes this.</span>
</app-accelerate-checkout>
</ng-container>
</ng-container>