Improve phrasing of copy.

feature/default_network_editable
Dan 7 years ago
parent f805a2eb73
commit e6d1ce56e7
  1. 2
      ui/app/components/pending-tx/confirm-send-ether.js
  2. 2
      ui/app/components/tx-list-item.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.'

@ -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…
Cancel
Save