Adjust copy in send token confirmation screen

feature/default_network_editable
sdtsui 7 years ago
parent 9373ba9f38
commit 97cb25c9f1
  1. 4
      ui/app/components/pending-tx.js

@ -371,7 +371,7 @@ PendingTx.prototype.render = function () {
// Accept Button
h('input.confirm.btn-green', {
type: 'submit',
value: 'SUBMIT',
value: 'CONFIRM',
style: {
marginTop: '8px',
width: '8em',
@ -393,7 +393,7 @@ PendingTx.prototype.render = function () {
width: '8em',
},
onClick: props.cancelTransaction,
}, 'Reject'),
}, 'CANCEL'),
]),
]) // end of minwidth wrapper
)

Loading…
Cancel
Save