Fix typos in translations (#1384)

This commit is contained in:
Daniel Ternyak 2018-03-26 12:48:41 -05:00 committed by GitHub
parent 432a86859c
commit bb0014dbbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 12 deletions

View File

@ -26,7 +26,7 @@ const TransactionSucceeded = ({ txHash, blockExplorer }: TransactionSucceededPro
</p>
{verifyBtn}
<Link to={`/tx-status?txHash=${txHash}`} className="btn btn-xs">
{translate('NAV_CheckTxStatus')}
{translate('NAV_CHECKTXSTATUS')}
</Link>
</div>
);

View File

@ -83,7 +83,7 @@ const PRODUCT_INFO: Link[] = [
const AFFILIATES: Link[] = [
{
link: ledgerReferralURL,
text: translateRaw('LEDGER_REFERAL_1')
text: translateRaw('LEDGER_REFERRAL_1')
},
{
link: trezorReferralURL,

View File

@ -91,7 +91,7 @@ class LedgerNanoSDecryptClass extends PureComponent<Props, State> {
</button>
<NewTabLink className="LedgerDecrypt-buy btn btn-sm btn-default" href={ledgerReferralURL}>
{translate('LEDGER_REFERAL_2')}
{translate('LEDGER_REFERRAL_2')}
</NewTabLink>
<div className={`LedgerDecrypt-error alert alert-danger ${showErr}`}>{error || '-'}</div>

View File

@ -55,8 +55,8 @@ export default class GenerateMnemonic extends React.Component<{}, State> {
<p className="GenerateMnemonic-help">
{isConfirming
? translate('MNEMONIC_DESCRIPTOION_1')
: translate('MNEMONIC_DESCRIPTOION_2')}
? translate('MNEMONIC_DESCRIPTION_1')
: translate('MNEMONIC_DESCRIPTION_2')}
</p>
<div className="GenerateMnemonic-words">

View File

@ -338,7 +338,7 @@ export default class CurrencySwap extends PureComponent<Props, State> {
<div className="input-group-wrapper">
<div className="input-group input-group-inline">
<div className="input-group-header">{translate('SWAP_RECIEVE_INPUT_LABEL')}</div>
<div className="input-group-header">{translate('SWAP_RECEIVE_INPUT_LABEL')}</div>
<Input
id="destination-swap-input"
className={`${

View File

@ -349,8 +349,8 @@
"ETHERSCAMDB": "EtherScamDB",
"ETHER_SECURITY_LOOKUP": "Ether Security Lookup",
"ETHER_ADDRESS_LOOKUP": "Ether Address Lookup",
"LEDGER_REFERAL_1": "Buy a Ledger Wallet",
"LEDGER_REFERAL_2": "Dont have a Ledger? Order one now!",
"LEDGER_REFERRAL_1": "Buy a Ledger Wallet",
"LEDGER_REFERRAL_2": "Dont have a Ledger? Order one now!",
"TREZOR_REFERAL": "Buy a TREZOR",
"ETHERCARD_REFERAL": "Get an ether.card",
"DISCLAIMER": "Disclaimer",
@ -368,8 +368,8 @@
"REGENERATE_MNEMONIC": "Regenerate Phrase",
"CONFIRM_MNEMONIC": "Confirm Phrase",
"MNEMONIC_CHOOSE_ADDR": "Choose address",
"MNEMONIC_DESCRIPTOION_1": "Re-enter your phrase to confirm you copied it correctly. If you forgot one of your words, just click the button beside the input to reveal it.",
"MNEMONIC_DESCRIPTOION_2": "Write these words down. Do not copy them to your clipboard, or save them anywhere online.",
"MNEMONIC_DESCRIPTION_1": "Re-enter your phrase to confirm you copied it correctly. If you forgot one of your words, just click the button beside the input to reveal it.",
"MNEMONIC_DESCRIPTION_2": "Write these words down. Do not copy them to your clipboard, or save them anywhere online.",
"MODAL_BACK": "Back",
"WALLET_UNLOCKING": "Unlocking...",
"HELP_ARTICLE_1": "How to use MyCrypto with your Nano S",
@ -442,9 +442,9 @@
"TX_STATUS": "Status",
"TX_BLOCK_NUMB": "Block Number",
"TX_GAS_USED": "Gas Used",
"VERIFY_TX": "Verify transaction on $block_explorere",
"VERIFY_TX": "Verify transaction on $block_explorer",
"SWAP_DEPOSIT_INPUT_LABEL": "Deposit",
"SWAP_RECIEVE_INPUT_LABEL": "Recieve",
"SWAP_RECEIVE_INPUT_LABEL": "Receive",
"SWAP_MAX_ERROR": "Maximum $rate_max $origin_id",
"SWAP_MIN_ERROR": "Minimum $rate_max $origin_id",
"ADD_CUSTOM_TKN_HELP": "Need help? Learn how to add custom tokens.",