[accelerator] adjust h1 labels
This commit is contained in:
		
							parent
							
								
									f68c8cc621
								
							
						
					
					
						commit
						2798b43913
					
				@ -78,14 +78,14 @@
 | 
				
			|||||||
    <ng-container *ngIf="!tx?.status?.confirmed && showAccelerationSummary">
 | 
					    <ng-container *ngIf="!tx?.status?.confirmed && showAccelerationSummary">
 | 
				
			||||||
      <br>
 | 
					      <br>
 | 
				
			||||||
      <div class="title float-left">
 | 
					      <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>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      <div class="clearfix"></div>
 | 
					      <div class="clearfix"></div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      <ng-container *ngIf="(ETA$ | async) as eta;">
 | 
					      <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">
 | 
					        <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™ fixes this.</span>
 | 
				
			||||||
        </app-accelerate-checkout>
 | 
					        </app-accelerate-checkout>
 | 
				
			||||||
      </ng-container>
 | 
					      </ng-container>
 | 
				
			||||||
    </ng-container>
 | 
					    </ng-container>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user