aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/buy-button-subview.js
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2016-09-07 01:03:10 +0800
committerKevin Serrano <kevgagser@gmail.com>2016-09-07 01:03:10 +0800
commitf213ca695c665450ba9a3fe7475c9ed6f3e98a14 (patch)
treee3924ffbbca06d78849e0fbabf9e5c630aab1bca /ui/app/components/buy-button-subview.js
parentf6be97d9cfa005d785cdf172c79beac953a212f5 (diff)
downloadtangerine-wallet-browser-f213ca695c665450ba9a3fe7475c9ed6f3e98a14.tar.gz
tangerine-wallet-browser-f213ca695c665450ba9a3fe7475c9ed6f3e98a14.tar.zst
tangerine-wallet-browser-f213ca695c665450ba9a3fe7475c9ed6f3e98a14.zip
Fix typos and refine wording.
Diffstat (limited to 'ui/app/components/buy-button-subview.js')
-rw-r--r--ui/app/components/buy-button-subview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/buy-button-subview.js b/ui/app/components/buy-button-subview.js
index 742241e5b..c3e9e5d7b 100644
--- a/ui/app/components/buy-button-subview.js
+++ b/ui/app/components/buy-button-subview.js
@@ -106,7 +106,7 @@ BuyButtonSubview.prototype.formVersionSubview = function () {
style: {
width: '225px',
},
- }, 'In order to access this feature please switch too the Main Network'),
+ }, 'In order to access this feature please switch to the Main Network'),
h('h3.text-transform-uppercase', 'or:'),
this.props.network === '2' ? h('button.text-transform-uppercase', {
onClick: () => this.props.dispatch(actions.buyEth()),