From 2045cec2b51b93c2e673c374297401cd4bc04f2b Mon Sep 17 00:00:00 2001 From: meriadec Date: Fri, 29 Jun 2018 12:20:10 +0200 Subject: [PATCH] Apparently its a good idea to hide tx hash from user --- src/components/modals/Send/steps/04-step-confirmation.js | 5 +---- static/i18n/en/app.yml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) 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