diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/_locales/en/messages.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 2bfe0ef07..2d0098a24 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -1237,6 +1237,12 @@ "showAdvancedGasInlineDescription": { "message": "Select this to show gas price and limit controls directly on the send and confirm screens." }, + "showFiatConversionInTestnets": { + "message": "Show Conversion in Testnets" + }, + "showFiatConversionInTestnetsDescription": { + "message": "Select this to show fiat conversion in when you are on Testnets" + }, "showPrivateKeys": { "message": "Show Private Keys" }, |