Improve phrasing of copy.

This commit is contained in:
Dan 2018-03-13 03:11:45 -02:30
parent f805a2eb73
commit e6d1ce56e7
2 changed files with 2 additions and 2 deletions

View File

@ -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.'

View File

@ -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'),
]),