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/it | |
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/it')
-rw-r--r-- | app/_locales/it/messages.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/_locales/it/messages.json b/app/_locales/it/messages.json index ef3ed4025..1fd6a9d38 100644 --- a/app/_locales/it/messages.json +++ b/app/_locales/it/messages.json @@ -178,7 +178,7 @@ "message": "La rete predefinita per transazioni in Ether è la Rete Ethereum Principale." }, "denExplainer": { - "message": "Il DEN è il tuo archivio crittato con password dentro Metamask." + "message": "Il DEN è il tuo archivio crittato con password dentro MetaMask." }, "deposit": { "message": "Deposita" @@ -816,4 +816,4 @@ "youSign": { "message": "Ti stai connettendo" } -}
\ No newline at end of file +} |