diff options
author | Dan <danjm.com@gmail.com> | 2018-03-13 13:41:45 +0800 |
---|---|---|
committer | Dan <danjm.com@gmail.com> | 2018-03-13 13:41:45 +0800 |
commit | e6d1ce56e7b792957f7b5c3249ecf013752b87ed (patch) | |
tree | 6008c4792e1af3db77612ba670a95e5215857d7c /ui/app/components | |
parent | f805a2eb735ea2ae93e91df0d35c6856987fa734 (diff) | |
download | tangerine-wallet-browser-e6d1ce56e7b792957f7b5c3249ecf013752b87ed.tar.gz tangerine-wallet-browser-e6d1ce56e7b792957f7b5c3249ecf013752b87ed.tar.zst tangerine-wallet-browser-e6d1ce56e7b792957f7b5c3249ecf013752b87ed.zip |
Improve phrasing of copy.
Diffstat (limited to 'ui/app/components')
-rw-r--r-- | ui/app/components/pending-tx/confirm-send-ether.js | 2 | ||||
-rw-r--r-- | ui/app/components/tx-list-item.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/components/pending-tx/confirm-send-ether.js b/ui/app/components/pending-tx/confirm-send-ether.js index b1e3a0374..8788a77f8 100644 --- a/ui/app/components/pending-tx/confirm-send-ether.js +++ b/ui/app/components/pending-tx/confirm-send-ether.js @@ -243,7 +243,7 @@ ConfirmSendEther.prototype.render = function () { totalInETH, } = this.getData() - const title = txMeta.lastGasPrice ? 'Overwrite Transaction' : 'Confirm' + const title = txMeta.lastGasPrice ? 'Reprice Transaction' : 'Confirm' const subtitle = txMeta.lastGasPrice ? 'Increase your gas fee to attempt to overwrite and speed up your transaction' : 'Please review your transaction.' diff --git a/ui/app/components/tx-list-item.js b/ui/app/components/tx-list-item.js index f7d53709f..62426252f 100644 --- a/ui/app/components/tx-list-item.js +++ b/ui/app/components/tx-list-item.js @@ -280,7 +280,7 @@ TxListItem.prototype.render = function () { event.stopPropagation() this.resubmit() }, - }, 'Increase the gas on your transaction'), + }, 'Increase the gas price on your transaction'), ]), |