aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/app.js
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-08-09 09:12:50 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-08-09 09:12:50 +0800
commiteab5718a40e121c6b8597df6968c25733e794c6f (patch)
treedb08b1963ae500c42eec51d99312bcbebe17075b /ui/app/app.js
parent3072d2d178e959dbf82cb9e86614c867f1885272 (diff)
downloadtangerine-wallet-browser-eab5718a40e121c6b8597df6968c25733e794c6f.tar.gz
tangerine-wallet-browser-eab5718a40e121c6b8597df6968c25733e794c6f.tar.zst
tangerine-wallet-browser-eab5718a40e121c6b8597df6968c25733e794c6f.zip
Add an additional font-size breakpoint for buy modal on the largest screens
Diffstat (limited to 'ui/app/app.js')
-rw-r--r--ui/app/app.js2
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'),
]),