added descriptions to navigation tabs

pull/530/head
slowbackspace 5 years ago
parent b3abdcbf73
commit be76bc04b9

@ -6,18 +6,24 @@ const definedMessages: Messages = defineMessages({
TR_NAV_SUMMARY: { TR_NAV_SUMMARY: {
id: 'TR_NAV_SUMMARY', id: 'TR_NAV_SUMMARY',
defaultMessage: 'Summary', defaultMessage: 'Summary',
description:
'Title of the navigation tab that contains information about selected account (balance, tx history).',
}, },
TR_NAV_RECEIVE: { TR_NAV_RECEIVE: {
id: 'TR_NAV_RECEIVE', id: 'TR_NAV_RECEIVE',
defaultMessage: 'Receive', defaultMessage: 'Receive',
description: 'Title of the navigation tab that contains the account address',
}, },
TR_NAV_SEND: { TR_NAV_SEND: {
id: 'TR_NAV_SEND', id: 'TR_NAV_SEND',
defaultMessage: 'Send', defaultMessage: 'Send',
description: 'Title of the navigation tab that contains a form for sending funds',
}, },
TR_NAV_SIGN_AND_VERIFY: { TR_NAV_SIGN_AND_VERIFY: {
id: 'TR_NAV_SIGN_AND_VERIFY', id: 'TR_NAV_SIGN_AND_VERIFY',
defaultMessage: 'Sign & Verify', defaultMessage: 'Sign & Verify',
description:
'Title of the navigation tab that contains a form for signing and verifying messages',
}, },
}); });

@ -1194,6 +1194,7 @@
"TR_NAV_SUMMARY": { "TR_NAV_SUMMARY": {
"source": "Summary", "source": "Summary",
"meta": { "meta": {
"comment": "Title of the navigation tab that contains information about selected account (balance, tx history).",
"occurrences": [ "occurrences": [
"src/views/Wallet/components/TopNavigationAccount/index.messages.js" "src/views/Wallet/components/TopNavigationAccount/index.messages.js"
] ]
@ -1202,6 +1203,7 @@
"TR_NAV_RECEIVE": { "TR_NAV_RECEIVE": {
"source": "Receive", "source": "Receive",
"meta": { "meta": {
"comment": "Title of the navigation tab that contains the account address",
"occurrences": [ "occurrences": [
"src/views/Wallet/components/TopNavigationAccount/index.messages.js" "src/views/Wallet/components/TopNavigationAccount/index.messages.js"
] ]
@ -1210,6 +1212,7 @@
"TR_NAV_SEND": { "TR_NAV_SEND": {
"source": "Send", "source": "Send",
"meta": { "meta": {
"comment": "Title of the navigation tab that contains a form for sending funds",
"occurrences": [ "occurrences": [
"src/views/Wallet/components/TopNavigationAccount/index.messages.js" "src/views/Wallet/components/TopNavigationAccount/index.messages.js"
] ]
@ -1218,6 +1221,7 @@
"TR_NAV_SIGN_AND_VERIFY": { "TR_NAV_SIGN_AND_VERIFY": {
"source": "Sign & Verify", "source": "Sign & Verify",
"meta": { "meta": {
"comment": "Title of the navigation tab that contains a form for signing and verifying messages",
"occurrences": [ "occurrences": [
"src/views/Wallet/components/TopNavigationAccount/index.messages.js" "src/views/Wallet/components/TopNavigationAccount/index.messages.js"
] ]

Loading…
Cancel
Save