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 | |
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')
-rw-r--r-- | ui/app/components/customize-gas-modal/index.js | 2 | ||||
-rw-r--r-- | ui/app/css/itcss/components/send.scss | 1 |
2 files changed, 1 insertions, 2 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.', }), diff --git a/ui/app/css/itcss/components/send.scss b/ui/app/css/itcss/components/send.scss index a8d46067b..282eef030 100644 --- a/ui/app/css/itcss/components/send.scss +++ b/ui/app/css/itcss/components/send.scss @@ -826,7 +826,6 @@ &__title { height: 26px; - width: 84px; color: $tundora; font-family: Roboto; font-size: 20px; |