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/components/notifications/App/components/UpdateFirmware/index.messages.js

13 lines
358 B

/* @flow */
import { defineMessages } from 'react-intl';
import type { Messages } from 'flowtype';
const definedMessages: Messages = defineMessages({
TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT: {
id: 'TR_NEW_TREZOR_FIRMWARE_IS_AVAILABLE_DOT',
defaultMessage: 'New Trezor firmware is available.',
},
});
export default definedMessages;