Restore button naming consistency

feature/default_network_editable
Dan Finlay 9 years ago
parent e8efe84320
commit 3cd502a163
  1. 4
      ui/app/components/pending-tx.js

@ -42,12 +42,12 @@ PendingTx.prototype.render = function () {
h('button.confirm', { h('button.confirm', {
onClick: state.sendTransaction, onClick: state.sendTransaction,
style: { background: 'rgb(251,117,1)' }, style: { background: 'rgb(251,117,1)' },
}, 'Confirm'), }, 'Accept'),
h('button.cancel', { h('button.cancel', {
onClick: state.cancelTransaction, onClick: state.cancelTransaction,
style: { background: 'rgb(254,35,17)' }, style: { background: 'rgb(254,35,17)' },
}, 'Cancel'), }, 'Reject'),
]), ]),
]) ])
) )

Loading…
Cancel
Save