From bb0014dbbb6f99809da1e64132098720302e0f71 Mon Sep 17 00:00:00 2001
From: Daniel Ternyak
Date: Mon, 26 Mar 2018 12:48:41 -0500
Subject: [PATCH] Fix typos in translations (#1384)
---
.../ExtendedNotifications/TransactionSucceeded.tsx | 2 +-
common/components/Footer/index.tsx | 2 +-
.../WalletDecrypt/components/LedgerNano.tsx | 2 +-
.../GenerateWallet/components/Mnemonic/Mnemonic.tsx | 4 ++--
.../containers/Tabs/Swap/components/CurrencySwap.tsx | 2 +-
common/translations/lang/en.json | 12 ++++++------
6 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/common/components/ExtendedNotifications/TransactionSucceeded.tsx b/common/components/ExtendedNotifications/TransactionSucceeded.tsx
index 4b336e2c..49206528 100644
--- a/common/components/ExtendedNotifications/TransactionSucceeded.tsx
+++ b/common/components/ExtendedNotifications/TransactionSucceeded.tsx
@@ -26,7 +26,7 @@ const TransactionSucceeded = ({ txHash, blockExplorer }: TransactionSucceededPro
{verifyBtn}
- {translate('NAV_CheckTxStatus')}
+ {translate('NAV_CHECKTXSTATUS')}
);
diff --git a/common/components/Footer/index.tsx b/common/components/Footer/index.tsx
index 9cb7d5f4..0fe77ef2 100644
--- a/common/components/Footer/index.tsx
+++ b/common/components/Footer/index.tsx
@@ -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,
diff --git a/common/components/WalletDecrypt/components/LedgerNano.tsx b/common/components/WalletDecrypt/components/LedgerNano.tsx
index 628fe828..883780e4 100644
--- a/common/components/WalletDecrypt/components/LedgerNano.tsx
+++ b/common/components/WalletDecrypt/components/LedgerNano.tsx
@@ -91,7 +91,7 @@ class LedgerNanoSDecryptClass extends PureComponent {
- {translate('LEDGER_REFERAL_2')}
+ {translate('LEDGER_REFERRAL_2')}
{error || '-'}
diff --git a/common/containers/Tabs/GenerateWallet/components/Mnemonic/Mnemonic.tsx b/common/containers/Tabs/GenerateWallet/components/Mnemonic/Mnemonic.tsx
index 9e21ea07..b6d83c6f 100644
--- a/common/containers/Tabs/GenerateWallet/components/Mnemonic/Mnemonic.tsx
+++ b/common/containers/Tabs/GenerateWallet/components/Mnemonic/Mnemonic.tsx
@@ -55,8 +55,8 @@ export default class GenerateMnemonic extends React.Component<{}, State> {
{isConfirming
- ? translate('MNEMONIC_DESCRIPTOION_1')
- : translate('MNEMONIC_DESCRIPTOION_2')}
+ ? translate('MNEMONIC_DESCRIPTION_1')
+ : translate('MNEMONIC_DESCRIPTION_2')}
diff --git a/common/containers/Tabs/Swap/components/CurrencySwap.tsx b/common/containers/Tabs/Swap/components/CurrencySwap.tsx
index 941d939c..09f46108 100644
--- a/common/containers/Tabs/Swap/components/CurrencySwap.tsx
+++ b/common/containers/Tabs/Swap/components/CurrencySwap.tsx
@@ -338,7 +338,7 @@ export default class CurrencySwap extends PureComponent
{
-
{translate('SWAP_RECIEVE_INPUT_LABEL')}
+
{translate('SWAP_RECEIVE_INPUT_LABEL')}