mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Improve phrasing of copy.
This commit is contained in:
parent
f805a2eb73
commit
e6d1ce56e7
@ -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.'
|
||||
|
@ -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'),
|
||||
|
||||
]),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user