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

Change all "Buy" to "Deposit"

This commit is contained in:
Alexander Tseung 2017-10-22 22:59:55 -07:00
parent 8f3b762461
commit bef1405a50
3 changed files with 4 additions and 4 deletions

View File

@ -76,7 +76,7 @@ BuyButtonSubview.prototype.headerSubview = function () {
paddingTop: '4px', paddingTop: '4px',
paddingBottom: '4px', paddingBottom: '4px',
}, },
}, 'Buy Eth'), }, 'Deposit Eth'),
]), ]),
// loading indication // loading indication

View File

@ -42,7 +42,7 @@ BuyOptions.prototype.render = function () {
h('div.buy-modal-content-title', { h('div.buy-modal-content-title', {
style: {}, style: {},
}, 'Transfers'), }, 'Transfers'),
h('div', {}, 'How would you like to buy Ether?'), h('div', {}, 'How would you like to deposit Ether?'),
]), ]),
h('div.buy-modal-content-options.flex-column.flex-center', {}, [ h('div.buy-modal-content-options.flex-column.flex-center', {}, [
@ -54,7 +54,7 @@ BuyOptions.prototype.render = function () {
}, },
}, [ }, [
h('div.buy-modal-content-option-title', {}, 'Coinbase'), h('div.buy-modal-content-option-title', {}, 'Coinbase'),
h('div.buy-modal-content-option-subtitle', {}, 'Buy with Fiat'), h('div.buy-modal-content-option-subtitle', {}, 'Deposit with Fiat'),
]), ]),
// h('div.buy-modal-content-option', {}, [ // h('div.buy-modal-content-option', {}, [

View File

@ -73,7 +73,7 @@ TxView.prototype.renderButtons = function () {
onClick: () => showModal({ onClick: () => showModal({
name: 'BUY', name: 'BUY',
}), }),
}, 'BUY'), }, 'DEPOSIT'),
h('button.btn-clear', { h('button.btn-clear', {
style: { style: {