diff --git a/common/components/Footer/index.tsx b/common/components/Footer/index.tsx index a6776173..3b6aa038 100644 --- a/common/components/Footer/index.tsx +++ b/common/components/Footer/index.tsx @@ -169,7 +169,7 @@ export default class Footer extends React.PureComponent {
- MyCrypto.com + MyCrypto.com {translateRaw('FOOTER_SUPPORT')} {translateRaw('FOOTER_TEAM')} diff --git a/common/components/Header/components/CustomNodeModal.tsx b/common/components/Header/components/CustomNodeModal.tsx index 7395b8d6..1eb9235c 100644 --- a/common/components/Header/components/CustomNodeModal.tsx +++ b/common/components/Header/components/CustomNodeModal.tsx @@ -98,7 +98,7 @@ class CustomNodeModal extends React.Component { const options = [...staticNetwrks, ...customNetwrks, CUSTOM]; return ( { />
); diff --git a/common/components/WalletDecrypt/components/Mnemonic.tsx b/common/components/WalletDecrypt/components/Mnemonic.tsx index e78314ad..88ff969c 100644 --- a/common/components/WalletDecrypt/components/Mnemonic.tsx +++ b/common/components/WalletDecrypt/components/Mnemonic.tsx @@ -91,7 +91,6 @@ class MnemonicDecryptClass extends PureComponent { onCancel={this.handleCancel} onConfirmAddress={this.handleUnlock} onPathChange={this.handlePathChange} - walletType={'MNEMONIC'} /> ); diff --git a/common/components/WalletDecrypt/components/Trezor.tsx b/common/components/WalletDecrypt/components/Trezor.tsx index 90621f46..f2c09505 100644 --- a/common/components/WalletDecrypt/components/Trezor.tsx +++ b/common/components/WalletDecrypt/components/Trezor.tsx @@ -93,7 +93,6 @@ class TrezorDecryptClass extends PureComponent { onCancel={this.handleCancel} onConfirmAddress={this.handleUnlock} onPathChange={this.handlePathChange} - walletType={'TREZOR'} /> ); diff --git a/common/translations/lang/en.json b/common/translations/lang/en.json index f362d677..7302a6b5 100644 --- a/common/translations/lang/en.json +++ b/common/translations/lang/en.json @@ -43,6 +43,7 @@ "X_PRIVKEYDESC": "This is the unencrypted text version of your private key, meaning no password is necessary. If someone were to find your unencrypted private key, they could access your wallet without a password. For this reason, encrypted versions are typically recommended. ", "X_SAVE": "Save ", "X_TRY_AGAIN": "Try again", + "X_CUSTOM": "Custom ", "CX_WARNING_1": "Make sure you have **external backups** of any wallets you store here. Many things could happen that would cause you to lose the data in this Chrome Extension, including uninstalling and reinstalling the extension. This extension is a way to easily access your wallets, **not** a way to back them up. ", "SIDEBAR_ACCOUNTADDR": "Account Address ", "SIDEBAR_ACCOUNTBAL": "Account Balance ", @@ -384,8 +385,7 @@ "MODAL_BACK": "Back", "WALLET_UNLOCKING": "Unlocking...", "HELP_ARTICLE_1": "How to use MyCrypto with your Nano S", - "DECRYPT_PROMPT_UNLOCK_LEDGER": "Unlock your Ledger", - "DECRYPT_PROMPT_UNLOCK_TREZOR": "Unlock your TREZOR", + "DECRYPT_PROMPT_SELECT_ADDRESS": "Select an Address", "DECRYPT_DROPDOWN_LABEL": "Addresses", "ACTION_1": "Confirm", "ACTION_2": "Cancel", @@ -479,6 +479,7 @@ "TOOLTIP_INSECURE_WALLET_TYPE": "This wallet type is insecure", "TOOLTIP_SECURE_WALLET_TYPE": "This wallet type is secure", "CUSTOM_NODE_CONFLICT": "You already have a node called $conflictedNode that matches this one, saving will overwrite it", + "CUSTOM_NETWORK": "Network", "CUSTOM_NODE_NAME": "Node Name", "CUSTOM_NETWORK_NAME": "Network Name", "CUSTOM_NETWORK_CURRENCY": "Currency",