diff options
author | Thomas Huang <tmashuang@users.noreply.github.com> | 2019-03-19 07:31:26 +0800 |
---|---|---|
committer | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2019-03-19 07:31:26 +0800 |
commit | 00c52d537c8ea5a13f09a534a17604fba6471962 (patch) | |
tree | eec2c080a966c2da36e8bf70188695fd096d370c | |
parent | 98699fbbc077027c83c05560f9d7df29c7fc76e0 (diff) | |
download | tangerine-wallet-browser-00c52d537c8ea5a13f09a534a17604fba6471962.tar tangerine-wallet-browser-00c52d537c8ea5a13f09a534a17604fba6471962.tar.gz tangerine-wallet-browser-00c52d537c8ea5a13f09a534a17604fba6471962.tar.bz2 tangerine-wallet-browser-00c52d537c8ea5a13f09a534a17604fba6471962.tar.lz tangerine-wallet-browser-00c52d537c8ea5a13f09a534a17604fba6471962.tar.xz tangerine-wallet-browser-00c52d537c8ea5a13f09a534a17604fba6471962.tar.zst tangerine-wallet-browser-00c52d537c8ea5a13f09a534a17604fba6471962.zip |
Fix typos in English messages (#6317)
-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 3d2cd35bd..08e6014f8 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -1313,10 +1313,10 @@ "message": "Select this to show gas price and limit controls directly on the send and confirm screens." }, "showFiatConversionInTestnets": { - "message": "Show Conversion in Testnets" + "message": "Show Conversion on Testnets" }, "showFiatConversionInTestnetsDescription": { - "message": "Select this to show fiat conversion in when you are on Testnets" + "message": "Select this to show fiat conversion on Testnets" }, "showPrivateKeys": { "message": "Show Private Keys" |