diff options
author | Dan <danjm.com@gmail.com> | 2018-03-22 11:49:00 +0800 |
---|---|---|
committer | Dan <danjm.com@gmail.com> | 2018-03-22 11:49:00 +0800 |
commit | d613dfb43419ea1e18691659d39f6ac403c21d75 (patch) | |
tree | f4ed55085969b2776d8edd74265cc2437e33482f /app/_locales/en | |
parent | edf63f8b51ec0717e580ec69b495987a00062b92 (diff) | |
download | tangerine-wallet-browser-d613dfb43419ea1e18691659d39f6ac403c21d75.tar.gz tangerine-wallet-browser-d613dfb43419ea1e18691659d39f6ac403c21d75.tar.zst tangerine-wallet-browser-d613dfb43419ea1e18691659d39f6ac403c21d75.zip |
Correct reprice title and subtitle key names.
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 7f6b9e72d..9fac9c248 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -659,10 +659,10 @@ "save": { "message": "Save" }, - "reprice:title": { + "reprice_title": { "message": "Reprice Transaction" }, - "reprice:subtitle": { + "reprice_subtitle": { "message": "Increase your gas price to attempt to overwrite and speed up your transaction" }, "saveAsFile": { |