diff options
author | Chi Kei Chan <chikeichan@gmail.com> | 2017-10-25 16:17:17 +0800 |
---|---|---|
committer | Chi Kei Chan <chikeichan@gmail.com> | 2017-10-25 16:17:17 +0800 |
commit | 2b72b70647caaa81c0077e224a7dc8b9f823c872 (patch) | |
tree | 525e1d4059e14634378a6e0735c02ad0896bc3ec /ui/app/components | |
parent | ff7e7db9ec85178d8631bd42943b0b2e0e934956 (diff) | |
download | tangerine-wallet-browser-2b72b70647caaa81c0077e224a7dc8b9f823c872.tar tangerine-wallet-browser-2b72b70647caaa81c0077e224a7dc8b9f823c872.tar.gz tangerine-wallet-browser-2b72b70647caaa81c0077e224a7dc8b9f823c872.tar.bz2 tangerine-wallet-browser-2b72b70647caaa81c0077e224a7dc8b9f823c872.tar.lz tangerine-wallet-browser-2b72b70647caaa81c0077e224a7dc8b9f823c872.tar.xz tangerine-wallet-browser-2b72b70647caaa81c0077e224a7dc8b9f823c872.tar.zst tangerine-wallet-browser-2b72b70647caaa81c0077e224a7dc8b9f823c872.zip |
Add GWEI to gas price unit
Diffstat (limited to 'ui/app/components')
-rw-r--r-- | ui/app/components/customize-gas-modal/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/customize-gas-modal/index.js b/ui/app/components/customize-gas-modal/index.js index e5bfcfc63..598247497 100644 --- a/ui/app/components/customize-gas-modal/index.js +++ b/ui/app/components/customize-gas-modal/index.js @@ -218,7 +218,7 @@ CustomizeGasModal.prototype.render = function () { // max: 1000, step: 1, onChange: value => this.convertAndSetGasPrice(value), - title: 'Gas Price', + title: 'Gas Price (GWEI)', copy: 'We calculate the suggested gas prices based on network success rates.', }), |