diff options
author | brunobar79 <brunobar79@gmail.com> | 2018-08-15 07:22:00 +0800 |
---|---|---|
committer | brunobar79 <brunobar79@gmail.com> | 2018-08-15 07:22:00 +0800 |
commit | c72ced79aeb3d79d12ae240b680e0561122e5209 (patch) | |
tree | 948a64adfcd8f7d831bb1c660758fc926523bf3a /app/_locales | |
parent | b77cc3d9690304362471fbfe207bdad461c2ca3a (diff) | |
download | tangerine-wallet-browser-c72ced79aeb3d79d12ae240b680e0561122e5209.tar tangerine-wallet-browser-c72ced79aeb3d79d12ae240b680e0561122e5209.tar.gz tangerine-wallet-browser-c72ced79aeb3d79d12ae240b680e0561122e5209.tar.bz2 tangerine-wallet-browser-c72ced79aeb3d79d12ae240b680e0561122e5209.tar.lz tangerine-wallet-browser-c72ced79aeb3d79d12ae240b680e0561122e5209.tar.xz tangerine-wallet-browser-c72ced79aeb3d79d12ae240b680e0561122e5209.tar.zst tangerine-wallet-browser-c72ced79aeb3d79d12ae240b680e0561122e5209.zip |
ui fixes
Diffstat (limited to 'app/_locales')
-rw-r--r-- | app/_locales/en/messages.json | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index a4ee97525..36a7a0d13 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -119,8 +119,8 @@ "close": { "message": "Close" }, - "chromeRequiredForTrezor":{ - "message": "You need to use Metamask on Google Chrome in order to connect to your TREZOR device." + "chromeRequiredForHardwareWallets":{ + "message": "You need to use Metamask on Google Chrome in order to connect to your Hardware Wallet." }, "confirm": { "message": "Confirm" @@ -149,11 +149,8 @@ "connectToTrezor": { "message": "Connect to Trezor" }, - "connectToTrezorHelp": { - "message": "Metamask is able to access your TREZOR ethereum accounts. First make sure your device is connected and unlocked." - }, - "connectToTrezorTrouble": { - "message": "If you are having trouble, please make sure you are using the latest version of the TREZOR firmware." + "connectToLedger": { + "message": "Connect to Ledger" }, "continue": { "message": "Continue" @@ -426,11 +423,11 @@ "hardwareWalletConnected": { "message": "Hardware wallet connected" }, - "hardwareSupport": { - "message": "Hardware Support" + "hardwareWallets": { + "message": "Hardware Wallets" }, - "hardwareSupportMsg": { - "message": "You can now view your Hardware accounts in MetaMask! Scroll down and read how it works." + "hardwareWalletsMsg": { + "message": "You can now view your Hardware wallet accounts in MetaMask! Scroll down and read how it works." }, "havingTroubleConnecting": { "message": "Having trouble connecting?" |