1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00

change “ACCEPT” to “SUBMIT”

This commit is contained in:
frankiebee 2017-06-29 12:06:22 -07:00
parent f36e69f340
commit 5e8b4e3226

View File

@ -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,
}),