diff options
author | Kevin Serrano <kevgagser@gmail.com> | 2016-09-07 01:03:10 +0800 |
---|---|---|
committer | Kevin Serrano <kevgagser@gmail.com> | 2016-09-07 01:03:10 +0800 |
commit | f213ca695c665450ba9a3fe7475c9ed6f3e98a14 (patch) | |
tree | e3924ffbbca06d78849e0fbabf9e5c630aab1bca /ui/app | |
parent | f6be97d9cfa005d785cdf172c79beac953a212f5 (diff) | |
download | tangerine-wallet-browser-f213ca695c665450ba9a3fe7475c9ed6f3e98a14.tar tangerine-wallet-browser-f213ca695c665450ba9a3fe7475c9ed6f3e98a14.tar.gz tangerine-wallet-browser-f213ca695c665450ba9a3fe7475c9ed6f3e98a14.tar.bz2 tangerine-wallet-browser-f213ca695c665450ba9a3fe7475c9ed6f3e98a14.tar.lz tangerine-wallet-browser-f213ca695c665450ba9a3fe7475c9ed6f3e98a14.tar.xz tangerine-wallet-browser-f213ca695c665450ba9a3fe7475c9ed6f3e98a14.tar.zst tangerine-wallet-browser-f213ca695c665450ba9a3fe7475c9ed6f3e98a14.zip |
Fix typos and refine wording.
Diffstat (limited to 'ui/app')
-rw-r--r-- | ui/app/components/buy-button-subview.js | 2 | ||||
-rw-r--r-- | ui/app/eth-store-warning.js | 7 |
2 files changed, 4 insertions, 5 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()), diff --git a/ui/app/eth-store-warning.js b/ui/app/eth-store-warning.js index 55274996b..fe3c7ce5d 100644 --- a/ui/app/eth-store-warning.js +++ b/ui/app/eth-store-warning.js @@ -35,10 +35,9 @@ EthStoreWarning.prototype.render = function () { margin: '10px 10px 10px 10px', }, }, - `The MetaMask team would like to - remind you that MetaMask is currently in beta - so - don't store large - amounts of ether in MetaMask. + `MetaMask is currently in beta; use + caution in storing large + amounts of ether. `), h('i.fa.fa-exclamation-triangle.fa-4', { |