diff options
author | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2018-08-09 05:53:27 +0800 |
---|---|---|
committer | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2018-08-14 06:17:56 +0800 |
commit | 6e6a4825acc2ea19253d2a662ec5625333464dec (patch) | |
tree | 89ed559efeb6060c12f9e4db3e1ef5721a8f8b4c /app/_locales/en | |
parent | 6c11ae44bfb6e9f81aa8c8345a8558267a2ed6fb (diff) | |
download | tangerine-wallet-browser-6e6a4825acc2ea19253d2a662ec5625333464dec.tar tangerine-wallet-browser-6e6a4825acc2ea19253d2a662ec5625333464dec.tar.gz tangerine-wallet-browser-6e6a4825acc2ea19253d2a662ec5625333464dec.tar.bz2 tangerine-wallet-browser-6e6a4825acc2ea19253d2a662ec5625333464dec.tar.lz tangerine-wallet-browser-6e6a4825acc2ea19253d2a662ec5625333464dec.tar.xz tangerine-wallet-browser-6e6a4825acc2ea19253d2a662ec5625333464dec.tar.zst tangerine-wallet-browser-6e6a4825acc2ea19253d2a662ec5625333464dec.zip |
Fix casing of Bitcoin, Ethereum, and Litecoin across localized messages
Using the following commands:
sed -i.bak s/bitcoin/Bitcoin/ app/_locales/**/*.json && \
find app/_locales/ -name '*.bak' -delete
sed -i.bak s/ethereum/Ethereum/ app/_locales/**/*.json && \
find app/_locales/ -name '*.bak' -delete
sed -i.bak s/litecoin/Litecoin/ app/_locales/**/*.json && \
find app/_locales/ -name '*.bak' -delete
Diffstat (limited to 'app/_locales/en')
-rw-r--r-- | app/_locales/en/messages.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 1c42e865f..ddfcf6f12 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -99,7 +99,7 @@ "message": "Buy on Coinbase" }, "buyCoinbaseExplainer": { - "message": "Coinbase is the world’s most popular way to buy and sell bitcoin, ethereum, and litecoin." + "message": "Coinbase is the world’s most popular way to buy and sell Bitcoin, Ethereum, and Litecoin." }, "bytes": { "message": "Bytes" @@ -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." |