aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app
diff options
context:
space:
mode:
authorDan Finlay <somniac@me.com>2016-09-07 06:34:23 +0800
committerGitHub <noreply@github.com>2016-09-07 06:34:23 +0800
commitb1cd7ebc47f8ec2170c03cff67a0f8fd870a325a (patch)
tree52f4af47913eb907e28c1eb5a614d701f879e2e6 /ui/app
parent095a40e33d40bc02ef6a6b7379eb6c90e0b4c3d8 (diff)
parent01618a88aa28a1302908b393428397e7a29416b4 (diff)
downloadtangerine-wallet-browser-b1cd7ebc47f8ec2170c03cff67a0f8fd870a325a.tar
tangerine-wallet-browser-b1cd7ebc47f8ec2170c03cff67a0f8fd870a325a.tar.gz
tangerine-wallet-browser-b1cd7ebc47f8ec2170c03cff67a0f8fd870a325a.tar.bz2
tangerine-wallet-browser-b1cd7ebc47f8ec2170c03cff67a0f8fd870a325a.tar.lz
tangerine-wallet-browser-b1cd7ebc47f8ec2170c03cff67a0f8fd870a325a.tar.xz
tangerine-wallet-browser-b1cd7ebc47f8ec2170c03cff67a0f8fd870a325a.tar.zst
tangerine-wallet-browser-b1cd7ebc47f8ec2170c03cff67a0f8fd870a325a.zip
Merge pull request #612 from MetaMask/first-time
Open Introduction Video tab on install
Diffstat (limited to 'ui/app')
-rw-r--r--ui/app/components/account-info-link.js2
-rw-r--r--ui/app/components/buy-button-subview.js2
-rw-r--r--ui/app/eth-store-warning.js7
3 files changed, 5 insertions, 6 deletions
diff --git a/ui/app/components/account-info-link.js b/ui/app/components/account-info-link.js
index 4fe3b8b5d..49c42e9ec 100644
--- a/ui/app/components/account-info-link.js
+++ b/ui/app/components/account-info-link.js
@@ -14,7 +14,7 @@ function AccountInfoLink () {
AccountInfoLink.prototype.render = function () {
const { selected, network } = this.props
- const title = 'View account on etherscan'
+ const title = 'View account on Etherscan'
const url = genAccountLink(selected, network)
if (!url) {
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', {