diff --git a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html
index 4594fd9fc..2038d4b6c 100644
--- a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html
+++ b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html
@@ -567,14 +567,29 @@
} @else if (step === 'success') {
-
Your transaction is being accelerated!
+
+ @if (accelerationResponse) {
+ Your transaction is being accelerated!
+ } @else {
+ Transaction is already being accelerated!
+ }
+
- Your transaction has been accepted for acceleration by our mining pool partners.
+ @if (accelerationResponse) {
+ Your transaction has been accepted for acceleration by our mining pool partners.
+ } @else {
+ Transaction has already been accepted for acceleration by our mining pool partners.
+ }
+ @if (accelerationResponse?.receiptUrl) {
+
+ }