From be76bc04b9c7b0fe21c0e9ba97a2a248783f322f Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Wed, 24 Apr 2019 15:19:20 +0200 Subject: [PATCH] added descriptions to navigation tabs --- .../components/TopNavigationAccount/index.messages.js | 6 ++++++ translations/master.json | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/src/views/Wallet/components/TopNavigationAccount/index.messages.js b/src/views/Wallet/components/TopNavigationAccount/index.messages.js index f82774c8..17b909fa 100644 --- a/src/views/Wallet/components/TopNavigationAccount/index.messages.js +++ b/src/views/Wallet/components/TopNavigationAccount/index.messages.js @@ -6,18 +6,24 @@ const definedMessages: Messages = defineMessages({ TR_NAV_SUMMARY: { id: 'TR_NAV_SUMMARY', defaultMessage: 'Summary', + description: + 'Title of the navigation tab that contains information about selected account (balance, tx history).', }, TR_NAV_RECEIVE: { id: 'TR_NAV_RECEIVE', defaultMessage: 'Receive', + description: 'Title of the navigation tab that contains the account address', }, TR_NAV_SEND: { id: 'TR_NAV_SEND', defaultMessage: 'Send', + description: 'Title of the navigation tab that contains a form for sending funds', }, TR_NAV_SIGN_AND_VERIFY: { id: 'TR_NAV_SIGN_AND_VERIFY', defaultMessage: 'Sign & Verify', + description: + 'Title of the navigation tab that contains a form for signing and verifying messages', }, }); diff --git a/translations/master.json b/translations/master.json index b9ed0cbd..91087d3d 100644 --- a/translations/master.json +++ b/translations/master.json @@ -1194,6 +1194,7 @@ "TR_NAV_SUMMARY": { "source": "Summary", "meta": { + "comment": "Title of the navigation tab that contains information about selected account (balance, tx history).", "occurrences": [ "src/views/Wallet/components/TopNavigationAccount/index.messages.js" ] @@ -1202,6 +1203,7 @@ "TR_NAV_RECEIVE": { "source": "Receive", "meta": { + "comment": "Title of the navigation tab that contains the account address", "occurrences": [ "src/views/Wallet/components/TopNavigationAccount/index.messages.js" ] @@ -1210,6 +1212,7 @@ "TR_NAV_SEND": { "source": "Send", "meta": { + "comment": "Title of the navigation tab that contains a form for sending funds", "occurrences": [ "src/views/Wallet/components/TopNavigationAccount/index.messages.js" ] @@ -1218,6 +1221,7 @@ "TR_NAV_SIGN_AND_VERIFY": { "source": "Sign & Verify", "meta": { + "comment": "Title of the navigation tab that contains a form for signing and verifying messages", "occurrences": [ "src/views/Wallet/components/TopNavigationAccount/index.messages.js" ]