diff options
author | Alexander Tseung <alextsg@gmail.com> | 2017-10-23 13:59:55 +0800 |
---|---|---|
committer | Alexander Tseung <alextsg@gmail.com> | 2017-10-23 13:59:55 +0800 |
commit | bef1405a50af219dc02108d7f437654690aec73e (patch) | |
tree | 28dacafb7096dd22939056ef7e8fa60e2f121687 /ui/app/components/modals/buy-options-modal.js | |
parent | 8f3b762461ada222f82089e686a61183dd167428 (diff) | |
download | tangerine-wallet-browser-bef1405a50af219dc02108d7f437654690aec73e.tar tangerine-wallet-browser-bef1405a50af219dc02108d7f437654690aec73e.tar.gz tangerine-wallet-browser-bef1405a50af219dc02108d7f437654690aec73e.tar.bz2 tangerine-wallet-browser-bef1405a50af219dc02108d7f437654690aec73e.tar.lz tangerine-wallet-browser-bef1405a50af219dc02108d7f437654690aec73e.tar.xz tangerine-wallet-browser-bef1405a50af219dc02108d7f437654690aec73e.tar.zst tangerine-wallet-browser-bef1405a50af219dc02108d7f437654690aec73e.zip |
Change all "Buy" to "Deposit"
Diffstat (limited to 'ui/app/components/modals/buy-options-modal.js')
-rw-r--r-- | ui/app/components/modals/buy-options-modal.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/components/modals/buy-options-modal.js b/ui/app/components/modals/buy-options-modal.js index f1a5aa9fd..33615c483 100644 --- a/ui/app/components/modals/buy-options-modal.js +++ b/ui/app/components/modals/buy-options-modal.js @@ -42,7 +42,7 @@ BuyOptions.prototype.render = function () { h('div.buy-modal-content-title', { style: {}, }, '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', {}, [ @@ -54,7 +54,7 @@ BuyOptions.prototype.render = function () { }, }, [ 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', {}, [ |