You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-wallet/src/views/Wallet/views/Account/Summary/components/AddTokenMessage/index.messages.js

18 lines
500 B

/* @flow */
import { defineMessages } from 'react-intl';
import type { Messages } from 'flowtype';
const definedMessages: Messages = defineMessages({
TR_ADD_YOUR_TOKENS: {
id: 'TR_ADD_YOUR_TOKENS',
defaultMessage: 'Add your tokens',
},
TR_SEARCH_FOR_THE_TOKEN: {
id: 'TR_SEARCH_FOR_THE_TOKEN',
defaultMessage:
'Search for the token or add them manually by pasting token address into search input.',
},
});
export default definedMessages;