From 6c11ae44bfb6e9f81aa8c8345a8558267a2ed6fb Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Wed, 8 Aug 2018 19:19:00 -0230 Subject: 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 --- app/_locales/it/messages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/_locales/it') 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 +} -- cgit v1.2.3