From 00734b724a9c4a48ae5c2c67c7f3ee47bb0b4175 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Mon, 13 May 2019 15:08:33 +0200 Subject: [PATCH] change sign/verify error msgs --- src/components/notifications/Context/actions.messages.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/notifications/Context/actions.messages.js b/src/components/notifications/Context/actions.messages.js index 3e4511fa..aed050cf 100644 --- a/src/components/notifications/Context/actions.messages.js +++ b/src/components/notifications/Context/actions.messages.js @@ -19,7 +19,7 @@ const definedMessages: Messages = defineMessages({ TR_TRANSACTION_ERROR: { id: 'TR_TRANSACTION_ERROR', defaultMessage: 'Transaction error', - description: 'Error during signing transaction', + description: 'Error during signing a transaction', }, TR_TRANSACTION_SUCCESS: { id: 'TR_TRANSACTION_SUCCESS', @@ -35,11 +35,11 @@ const definedMessages: Messages = defineMessages({ }, TR_SIGN_MESSAGE_ERROR: { id: 'TR_SIGN_MESSAGE_ERROR', - defaultMessage: 'Sign error', + defaultMessage: 'Failed to sign message', }, TR_VERIFY_MESSAGE_ERROR: { id: 'TR_VERIFY_MESSAGE_ERROR', - defaultMessage: 'Verify error', + defaultMessage: 'Failed to verify message', }, TR_VERIFY_MESSAGE_SUCCESS: { id: 'TR_VERIFY_MESSAGE_SUCCESS',