1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Merge pull request #1699 from MetaMask/change-send-wording

change “ACCEPT” to “SUBMIT”
This commit is contained in:
Thomas Huang 2017-06-29 12:10:45 -07:00 committed by GitHub
commit 9c58ace634

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