updated msgs var names

pull/402/head^2
slowbackspace 5 years ago
parent 1eb9f71fdc
commit bd638b966f

@ -63,16 +63,16 @@ const BetaDisclaimer = (props: { close: () => void }) => (
<StyledP><FormattedMessage
{...l10nMessages.TR_TREZOR_BETA_WALLET_IS}
values={{
trezorWallet: <i><FormattedMessage {...l10nMessages.TR_TREZOR_WALLET} /></i>,
trezorBetaWallet: <i><FormattedMessage {...l10nMessages.TR_TREZOR_BETA_WALLET} /></i>,
TR_TREZOR_WALLET: <i><FormattedMessage {...l10nMessages.TR_TREZOR_WALLET} /></i>,
TR_TREZOR_BETA_WALLET: <i><FormattedMessage {...l10nMessages.TR_TREZOR_BETA_WALLET} /></i>,
}}
/>
</StyledP>
<StyledP><FormattedMessage
{...l10nMessages.TR_IN_CONTRAST_COMMA_TREZOR}
values={{
trezorWallet: <i><FormattedMessage {...l10nMessages.TR_TREZOR_WALLET} /></i>,
trezorBetaWallet: <i><FormattedMessage {...l10nMessages.TR_TREZOR_BETA_WALLET} /></i>,
TR_TREZOR_WALLET: <i><FormattedMessage {...l10nMessages.TR_TREZOR_WALLET} /></i>,
TR_TREZOR_BETA_WALLET: <i><FormattedMessage {...l10nMessages.TR_TREZOR_BETA_WALLET} /></i>,
}}
/>
</StyledP>
@ -85,8 +85,8 @@ const BetaDisclaimer = (props: { close: () => void }) => (
<FormattedMessage
{...l10nMessages.TR_PLEASE_NOTE_THAT_THE_TREZOR}
values={{
trezorWallet: <i><FormattedMessage {...l10nMessages.TR_TREZOR_WALLET} /></i>,
trezorBetaWallet: <i><FormattedMessage {...l10nMessages.TR_TREZOR_BETA_WALLET} /></i>,
TR_TREZOR_WALLET: <i><FormattedMessage {...l10nMessages.TR_TREZOR_WALLET} /></i>,
TR_TREZOR_BETA_WALLET: <i><FormattedMessage {...l10nMessages.TR_TREZOR_BETA_WALLET} /></i>,
}}
/>
</StyledP>

@ -9,15 +9,15 @@ const definedMessages: Messages = defineMessages({
},
TR_TREZOR_BETA_WALLET_IS: {
id: 'TR_TREZOR_BETA_WALLET_IS',
defaultMessage: '{trezorBetaWallet} is a public feature-testing version of the {trezorWallet}, offering the newest features before they are available to the general public.',
defaultMessage: '{TR_TREZOR_BETA_WALLET} is a public feature-testing version of the {TR_TREZOR_WALLET}, offering the newest features before they are available to the general public.',
},
TR_IN_CONTRAST_COMMA_TREZOR: {
id: 'TR_IN_CONTRAST_COMMA_TREZOR',
defaultMessage: 'In contrast, {trezorWallet} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.',
defaultMessage: 'In contrast, {TR_TREZOR_WALLET} is feature-conservative, making sure that its functionality is maximally reliable and dependable for the general public.',
},
TR_PLEASE_NOTE_THAT_THE_TREZOR: {
id: 'TR_PLEASE_NOTE_THAT_THE_TREZOR',
defaultMessage: 'Please note that the {trezorBetaWallet} might be collecting anonymized usage data, especially error logs, for development purposes. The {trezorWallet} does not log any data.',
defaultMessage: 'Please note that the {TR_TREZOR_BETA_WALLET} might be collecting anonymized usage data, especially error logs, for development purposes. The {TR_TREZOR_WALLET} does not log any data.',
},
TR_OK_COMMA_I_UNDERSTAND: {
id: 'TR_OK_COMMA_I_UNDERSTAND',

Loading…
Cancel
Save