[accelerator] fix confirmation message when accelerating

This commit is contained in:
nymkappa 2023-11-19 17:23:46 +09:00
parent 0e3b3a0e00
commit 206706180f
No known key found for this signature in database
GPG Key ID: E155910B16E8BD04

View File

@ -1,7 +1,7 @@
<div class="row" *ngIf="showSuccess">
<div class="col" id="successAlert">
<div class="alert alert-success">
Transaction has now been submitted to mining pools for acceleration. You can track the progress <a class="alert-link" routerLink="/services/accelerator/history">here</a>.
Transaction has now been <a class="alert-link" routerLink="/services/accelerator/history">submitted</a> to mining pools for acceleration.
</div>
</div>
</div>