Skip to content

Commit

Permalink
update message source gen
Browse files Browse the repository at this point in the history
  • Loading branch information
nicarq committed Nov 13, 2019
1 parent 04bbbb3 commit c84a96e
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions app/components/profile/language-selection/IntroBanner.js
Expand Up @@ -14,11 +14,11 @@ const messages = defineMessages({
},
detail1: {
id: 'profile.languageSelect.detail1',
defaultMessage: '!!!Currently, this version allows you to verify that',
defaultMessage: '!!!This installation of Yoroi allows you to verify that',
},
detail2: {
id: 'profile.languageSelect.detail2',
defaultMessage: '!!!your balance was correctly taken into consideration during the first snapshot.',
defaultMessage: '!!!your balance was correctly copied over during the first snapshot.',
},
});

Expand Down
2 changes: 1 addition & 1 deletion app/components/topbar/banners/TestnetWarningBanner.js
Expand Up @@ -16,7 +16,7 @@ const messages = defineMessages({
},
shelleyTestnetLabel: {
id: 'testnet.shelley.label.message',
defaultMessage: 'YOU ARE ON TESTNET NETWORK ({network}).',
defaultMessage: 'YOU ARE CURRENTLY ON THE BALANCE CHECK TESTNET.',
},
});

Expand Down
2 changes: 1 addition & 1 deletion app/components/transfer/TransferInstructionsPage.js
Expand Up @@ -14,7 +14,7 @@ import styles from './TransferInstructionsPage.scss';
const messages = defineMessages({
attentionText: {
id: 'daedalusTransfer.instructions.attention.text',
defaultMessage: '!!!Yoroi and Daedalus wallets use different key derivation scheme and they each have a separate format for addresses. For this reason, Daedalus wallets cannot be restored and continued to be used in Yoroi and vice versa. This will change in the future. For now, to use funds from your Daedalus wallet, you need to transfer them to your Yoroi wallet. Daedalus and Yoroi wallets are fully compatible for transferring of funds. If you don’t have a working copy of Daedalus, you can use your 12-word recovery phrase (or 27-words for a paper wallet) used to restore and transfer the balance from Daedalus into Yoroi.',
defaultMessage: '!!!You can <strong>check the balance of your Daedalus wallet</strong> after the first snapshot here.<br/>The primary purpose of first Testnet is to help users assure that their balance got copied correctly.<br/>As a result, you will be able to validate the balance that got copied from Mainnet to the Testnet is correct. This balance should match the holdings you held on November 12th.',
},
transferText: {
id: 'daedalusTransfer.instructions.attention.button.label',
Expand Down
2 changes: 1 addition & 1 deletion app/components/transfer/TransferSummaryPage.js
Expand Up @@ -53,7 +53,7 @@ const messages = defineMessages({
},
attentionDescription: {
id: 'transfer.summary.attentionDescription.label',
defaultMessage: '!!!The balance check executed successfully, and we were able to match your wallet with the balance displayed below. Remember that the balance displayed should only match the one that you <strong>had on November 12th</strong>.',
defaultMessage: '!!!The balance result is shown below. Please make sure that is equivalent to the balance that you had in your Mainnet Yoroi Wallet on <strong>November 12th</strong>.',
},
});

Expand Down
2 changes: 1 addition & 1 deletion app/components/transfer/YoroiTransferStartPage.js
Expand Up @@ -14,7 +14,7 @@ import globalMessages from '../../i18n/global-messages';
const messages = defineMessages({
text: {
id: 'yoroiTransfer.start.instructions.text',
defaultMessage: '!!!Transfer funds from a <strong>non-Daedalus</strong> wallet (Yoroi, AdaLite, etc.). <br />More specifically, this will work for any wallet whose addresses start with Ae2',
defaultMessage: '!!!You can <strong>check the balance of your Yoroi wallet</strong> after the first snapshot here.<br/>The primary purpose of first Testnet is to help users assure that their balance got copied correctly.<br/>As a result, you will be able to validate the balance that got copied from Mainnet to the Testnet is correct. This balance should match the holdings you held on November 12th.',
},
mnemonicLabel15: {
id: 'yoroiTransfer.start.instructions.mnemonic-15',
Expand Down
4 changes: 2 additions & 2 deletions app/containers/transfer/DaedalusTransferFormPage.js
Expand Up @@ -12,11 +12,11 @@ import BaseTransferPage from '../../components/transfer/BaseTransferPage';
const messages = defineMessages({
step0: {
id: 'daedalusTransfer.form.instructions.step0.text',
defaultMessage: '!!!Enter the 12-word recovery phrase used to back up your Daedalus wallet to restore the balance and transfer all the funds from Daedalus to Yoroi.',
defaultMessage: '!!!Enter the 12-word recovery phrase used to back up your wallet to validate the balance.',
},
step0Paper: {
id: 'daedalusTransfer.form.instructions.step0Paper.text',
defaultMessage: '!!!Enter the 27-word recovery phrase used to back up your Daedalus Paper wallet to restore the balance and transfer all the funds from Daedalus to Yoroi.',
defaultMessage: '!!!Enter the 27-word recovery phrase used to back up your wallet to validate the balance.',
},
});

Expand Down
2 changes: 1 addition & 1 deletion app/containers/transfer/YoroiPaperWalletFormPage.js
Expand Up @@ -12,7 +12,7 @@ import BaseTransferPage from '../../components/transfer/BaseTransferPage';
const messages = defineMessages({
step0: {
id: 'yoroiTransfer.form.instructions.step0Paper.text',
defaultMessage: '!!!Enter the 21-word recovery phrase used to back up your Yoroi Paper wallet and your paper password to restore the balance and transfer all the funds.',
defaultMessage: '!!!Enter the 21-word recovery phrase used to back up your Yoroi Paper wallet and your paper password to validate the balance.',
},
});

Expand Down
2 changes: 1 addition & 1 deletion app/containers/transfer/YoroiTransferErrorPage.js
Expand Up @@ -9,7 +9,7 @@ import globalMessages from '../../i18n/global-messages';
const messages = defineMessages({
title: {
id: 'yoroiTransfer.errorPage.title.label',
defaultMessage: '!!!Unable to transfer from another wallet',
defaultMessage: '!!!Unable to verify your balance",
},
});

Expand Down
2 changes: 1 addition & 1 deletion app/containers/transfer/YoroiTransferFormPage.js
Expand Up @@ -11,7 +11,7 @@ import BaseTransferPage from '../../components/transfer/BaseTransferPage';
const messages = defineMessages({
step0: {
id: 'yoroiTransfer.form.instructions.step0.text',
defaultMessage: '!!!Enter the 15-word recovery phrase used to back up your other wallet to restore the balance and transfer all the funds to current wallet.',
defaultMessage: '!!!Enter the 15-word recovery phrase used to back up your wallet to validate the balance.',
},
});

Expand Down
2 changes: 1 addition & 1 deletion app/i18n/global-messages.js
Expand Up @@ -234,7 +234,7 @@ const globalMessages = defineMessages({
},
step1: {
id: 'transfer.form.instructions.step1.text',
defaultMessage: '!!!It will take about 1 minute to restore your balance. In the next step, you will be presented with a transaction that will move all of your funds. Please review the details of the transaction carefully. You will need to pay a standard transaction fee on the Cardano network to make the transaction.',
defaultMessage: '!!!It will take about 1 minute to verify your balance.',
},
languageSelectLabel: {
id: 'profile.languageSelect.form.languageSelectLabel',
Expand Down

0 comments on commit c84a96e

Please sign in to comment.