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/Initialize/index.messages.js

17 lines
543 B

/* @flow */
import { defineMessages } from 'react-intl';
import type { Messages } from 'flowtype';
const definedMessages: Messages = defineMessages({
TR_YOUR_DEVICE_IS_NOT_INITIALIZED: {
id: 'TR_YOUR_DEVICE_IS_NOT_INITIALIZED',
defaultMessage: 'Your device is not initialized',
},
TR_PLEASE_USE_TO_START_INITIALIZATION: {
id: 'TR_PLEASE_USE_TO_START_INITIALIZATION',
defaultMessage: 'Please use Bitcoin wallet interface to start initialization process',
},
});
export default definedMessages;