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:
commit
9c58ace634
@ -315,7 +315,7 @@ PendingTx.prototype.render = function () {
|
|||||||
// Accept Button
|
// Accept Button
|
||||||
h('input.confirm.btn-green', {
|
h('input.confirm.btn-green', {
|
||||||
type: 'submit',
|
type: 'submit',
|
||||||
value: 'ACCEPT',
|
value: 'SUBMIT',
|
||||||
style: { marginLeft: '10px' },
|
style: { marginLeft: '10px' },
|
||||||
disabled: insufficientBalance || !this.state.valid || !isValidAddress || this.state.submitting,
|
disabled: insufficientBalance || !this.state.valid || !isValidAddress || this.state.submitting,
|
||||||
}),
|
}),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user