From bd638b966fd459d93416d93acae41ad2cc4269cb Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Mon, 18 Feb 2019 12:55:40 +0100 Subject: [PATCH] updated msgs var names --- src/views/Landing/components/BetaDisclaimer/index.js | 12 ++++++------ .../components/BetaDisclaimer/index.messages.js | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/Landing/components/BetaDisclaimer/index.js b/src/views/Landing/components/BetaDisclaimer/index.js index b395e451..ed876ae4 100644 --- a/src/views/Landing/components/BetaDisclaimer/index.js +++ b/src/views/Landing/components/BetaDisclaimer/index.js @@ -63,16 +63,16 @@ const BetaDisclaimer = (props: { close: () => void }) => ( , - trezorBetaWallet: , + TR_TREZOR_WALLET: , + TR_TREZOR_BETA_WALLET: , }} /> , - trezorBetaWallet: , + TR_TREZOR_WALLET: , + TR_TREZOR_BETA_WALLET: , }} /> @@ -85,8 +85,8 @@ const BetaDisclaimer = (props: { close: () => void }) => ( , - trezorBetaWallet: , + TR_TREZOR_WALLET: , + TR_TREZOR_BETA_WALLET: , }} /> diff --git a/src/views/Landing/components/BetaDisclaimer/index.messages.js b/src/views/Landing/components/BetaDisclaimer/index.messages.js index 326e4054..ad70f587 100644 --- a/src/views/Landing/components/BetaDisclaimer/index.messages.js +++ b/src/views/Landing/components/BetaDisclaimer/index.messages.js @@ -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',