diff options
Diffstat (limited to 'ui/app/app.js')
-rw-r--r-- | ui/app/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/app.js b/ui/app/app.js index 6ab793524..f6acd89a9 100644 --- a/ui/app/app.js +++ b/ui/app/app.js @@ -160,7 +160,7 @@ App.prototype.renderGlobalModal = function() { ]), h('div.modal-content-option', {}, [ - h('div.modal-content-option-title', {}, 'Coinbase'), + h('div.modal-content-option-title', {}, 'Direct Deposit'), h('div.modal-content-option-subtitle', {}, 'Deposit from another account'), ]), |