fix msg ids, remove duplicated msgs

pull/402/head^2
slowbackspace 5 years ago
parent 115107233e
commit e25e91fa23

@ -4,7 +4,7 @@ import type { Messages } from 'flowtype/npm/react-intl';
const definedMessages: Messages = defineMessages({
TR_CONFIRM_ACTION_ON_YOUR: {
id: 'TR_CONFIRM_ADDRESS_ON_TREZOR',
id: 'TR_CONFIRM_ACTION_ON_YOUR',
defaultMessage: 'Confirm action on your Trezor',
},
});

@ -12,7 +12,6 @@ import DeviceIcon from 'components/images/DeviceIcon';
import { H3 } from 'components/Heading';
import { FormattedMessage } from 'react-intl';
import l10nCommonMessages from 'views/common.messages';
import type { TrezorDevice, State } from 'flowtype';
import l10nMessages from './index.messages';

@ -36,10 +36,6 @@ const definedMessages: Messages = defineMessages({
id: 'TR_TO_PREVENT_PHISHING_ATTACKS_COMMA',
defaultMessage: 'To prevent phishing attacks, you should verify the address on your Trezor first. {claim} to continue with the verification process.',
},
TR_FORGETTING_ONLY_REMOVES_THE_DEVICE_FROM: {
id: 'TR_FORGETTING_ONLY_REMOVES_THE_DEVICE_FROM',
defaultMessage: 'Forgetting only removes the device from the list on the left, your coins are still safe and you can access them by reconnecting your Trezor again.',
},
});
export default definedMessages;

@ -3,10 +3,6 @@ import { defineMessages } from 'react-intl';
import type { Messages } from 'flowtype/npm/react-intl';
const definedMessages: Messages = defineMessages({
TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO: {
id: 'TR_WOULD_YOU_LIKE_TREZOR_WALLET_TO',
defaultMessage: 'Would you like Trezor Wallet to forget your {deviceCount, plural, one {device} other {devices}} or to remember {deviceCount, plural, one {it} other {them}}, so that it is still visible even while disconnected?',
},
TR_DONT_FORGET: {
id: 'TR_DONT_FORGET',
defaultMessage: 'Don\'t forget',

Loading…
Cancel
Save