aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-03-13 13:41:45 +0800
committerDan <danjm.com@gmail.com>2018-03-13 13:41:45 +0800
commite6d1ce56e7b792957f7b5c3249ecf013752b87ed (patch)
tree6008c4792e1af3db77612ba670a95e5215857d7c /ui
parentf805a2eb735ea2ae93e91df0d35c6856987fa734 (diff)
downloadtangerine-wallet-browser-e6d1ce56e7b792957f7b5c3249ecf013752b87ed.tar
tangerine-wallet-browser-e6d1ce56e7b792957f7b5c3249ecf013752b87ed.tar.gz
tangerine-wallet-browser-e6d1ce56e7b792957f7b5c3249ecf013752b87ed.tar.bz2
tangerine-wallet-browser-e6d1ce56e7b792957f7b5c3249ecf013752b87ed.tar.lz
tangerine-wallet-browser-e6d1ce56e7b792957f7b5c3249ecf013752b87ed.tar.xz
tangerine-wallet-browser-e6d1ce56e7b792957f7b5c3249ecf013752b87ed.tar.zst
tangerine-wallet-browser-e6d1ce56e7b792957f7b5c3249ecf013752b87ed.zip
Improve phrasing of copy.
Diffstat (limited to 'ui')
-rw-r--r--ui/app/components/pending-tx/confirm-send-ether.js2
-rw-r--r--ui/app/components/tx-list-item.js2
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'),
]),