change “ACCEPT” to “SUBMIT”

feature/default_network_editable
frankiebee 8 years ago
parent f36e69f340
commit 5e8b4e3226
  1. 2
      ui/app/components/pending-tx.js

@ -315,7 +315,7 @@ PendingTx.prototype.render = function () {
// Accept Button
h('input.confirm.btn-green', {
type: 'submit',
value: 'ACCEPT',
value: 'SUBMIT',
style: { marginLeft: '10px' },
disabled: insufficientBalance || !this.state.valid || !isValidAddress || this.state.submitting,
}),

Loading…
Cancel
Save