diff --git a/src/components/modals/Send/steps/04-step-confirmation.js b/src/components/modals/Send/steps/04-step-confirmation.js
index e73f12dc..9a0b7124 100644
--- a/src/components/modals/Send/steps/04-step-confirmation.js
+++ b/src/components/modals/Send/steps/04-step-confirmation.js
@@ -62,16 +62,13 @@ export default function StepConfirmation({ t, optimisticOperation, error }: Step
{t(`${tPrefix}.title`)}
-
+
{optimisticOperation ? (
multiline(t(`${tPrefix}.text`))
) : error ? (
) : null}
-
- {optimisticOperation ? optimisticOperation.hash : ''}
-
)
}
diff --git a/static/i18n/en/app.yml b/static/i18n/en/app.yml
index e85caab8..37b080ea 100644
--- a/static/i18n/en/app.yml
+++ b/static/i18n/en/app.yml
@@ -284,7 +284,7 @@ send:
success:
title: Transaction sent
text: |
- The transaction has been signed and sent to the network. Your account balance will update once the blockchain has confirmed the transaction. It has the following Transaction ID:
+ The transaction has been signed and sent to the network. Your account balance will update once the blockchain has confirmed the transaction.
cta: View operation details
error:
title: Transaction canceled