diff options
author | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2018-08-09 05:49:00 +0800 |
---|---|---|
committer | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2018-08-14 06:17:45 +0800 |
commit | 6c11ae44bfb6e9f81aa8c8345a8558267a2ed6fb (patch) | |
tree | ca1797dfba077f6bab06a0fd3ffefe4e0fe581f8 /app/_locales/en/messages.json | |
parent | e2be22a4b722df608cb764042cc8ade6664414d8 (diff) | |
download | tangerine-wallet-browser-6c11ae44bfb6e9f81aa8c8345a8558267a2ed6fb.tar tangerine-wallet-browser-6c11ae44bfb6e9f81aa8c8345a8558267a2ed6fb.tar.gz tangerine-wallet-browser-6c11ae44bfb6e9f81aa8c8345a8558267a2ed6fb.tar.bz2 tangerine-wallet-browser-6c11ae44bfb6e9f81aa8c8345a8558267a2ed6fb.tar.lz tangerine-wallet-browser-6c11ae44bfb6e9f81aa8c8345a8558267a2ed6fb.tar.xz tangerine-wallet-browser-6c11ae44bfb6e9f81aa8c8345a8558267a2ed6fb.tar.zst tangerine-wallet-browser-6c11ae44bfb6e9f81aa8c8345a8558267a2ed6fb.zip |
Fix casing of MetaMask in all localized messages
Using the following:
sed -i.bak s/Metamask/MetaMask/ app/_locales/**/*.json && \
find app/_locales/ -name '*.bak' -delete
Diffstat (limited to 'app/_locales/en/messages.json')
-rw-r--r-- | app/_locales/en/messages.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 62ec4ce37..1c42e865f 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -120,7 +120,7 @@ "message": "Close" }, "chromeRequiredForTrezor":{ - "message": "You need to use Metamask on Google Chrome in order to connect to your TREZOR device." + "message": "You need to use MetaMask on Google Chrome in order to connect to your TREZOR device." }, "confirm": { "message": "Confirm" @@ -150,7 +150,7 @@ "message": "Connect to Trezor" }, "connectToTrezorHelp": { - "message": "Metamask is able to access your TREZOR ethereum accounts. First make sure your device is connected and unlocked." + "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." @@ -1087,7 +1087,7 @@ "message": "Welcome to the New UI (Beta)" }, "uiWelcomeMessage": { - "message": "You are now using the new Metamask UI." + "message": "You are now using the new MetaMask UI." }, "unapproved": { "message": "Unapproved" |