diff options
author | Dan J Miller <danjm.com@gmail.com> | 2019-03-26 00:25:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-26 00:25:23 +0800 |
commit | 2f13a97d00858e90ca264bd7f2667736812a27ef (patch) | |
tree | fccc0201e381dc94d517c9fa046d2d52c0859001 /app/_locales/en | |
parent | 69f7968c70caaae8a070b4cf238b2832db103f2c (diff) | |
download | tangerine-wallet-browser-2f13a97d00858e90ca264bd7f2667736812a27ef.tar tangerine-wallet-browser-2f13a97d00858e90ca264bd7f2667736812a27ef.tar.gz tangerine-wallet-browser-2f13a97d00858e90ca264bd7f2667736812a27ef.tar.bz2 tangerine-wallet-browser-2f13a97d00858e90ca264bd7f2667736812a27ef.tar.lz tangerine-wallet-browser-2f13a97d00858e90ca264bd7f2667736812a27ef.tar.xz tangerine-wallet-browser-2f13a97d00858e90ca264bd7f2667736812a27ef.tar.zst tangerine-wallet-browser-2f13a97d00858e90ca264bd7f2667736812a27ef.zip |
Cancel error rebased (#6341)
* Check balance before showing cancel
* Fix linter
* Use existing helper methods for calculating increased cancel price
* Add tooltip for disabled button
* Lint fix for cancelError branch.
* Disabling of cancel button should account for value of tx.
Diffstat (limited to 'app/_locales/en')
-rw-r--r-- | app/_locales/en/messages.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index ca6761183..eab243b8a 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -989,6 +989,9 @@ "noTransactions": { "message": "You have no transactions" }, + "notEnoughGas": { + "message": "Not Enough Gas" + }, "notFound": { "message": "Not Found" }, |