aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2016-08-05 02:14:39 +0800
committerKevin Serrano <kevgagser@gmail.com>2016-08-05 02:14:39 +0800
commit31b38e820bcc576158ce6c43bfe10da9a48c139b (patch)
tree9a6d882e1427cafed9500bdd9dcf3fab2914c427 /ui
parentd5cb1cb820e5c1655f7055be13fdfd663ea83106 (diff)
downloadtangerine-wallet-browser-31b38e820bcc576158ce6c43bfe10da9a48c139b.tar
tangerine-wallet-browser-31b38e820bcc576158ce6c43bfe10da9a48c139b.tar.gz
tangerine-wallet-browser-31b38e820bcc576158ce6c43bfe10da9a48c139b.tar.bz2
tangerine-wallet-browser-31b38e820bcc576158ce6c43bfe10da9a48c139b.tar.lz
tangerine-wallet-browser-31b38e820bcc576158ce6c43bfe10da9a48c139b.tar.xz
tangerine-wallet-browser-31b38e820bcc576158ce6c43bfe10da9a48c139b.tar.zst
tangerine-wallet-browser-31b38e820bcc576158ce6c43bfe10da9a48c139b.zip
Fix typos with missing apostrophe
Diffstat (limited to 'ui')
-rw-r--r--ui/app/eth-store-warning.js2
-rw-r--r--ui/app/first-time/create-vault.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/eth-store-warning.js b/ui/app/eth-store-warning.js
index d77cc0870..7fe54a309 100644
--- a/ui/app/eth-store-warning.js
+++ b/ui/app/eth-store-warning.js
@@ -63,7 +63,7 @@ EthStoreWarning.prototype.render = function () {
fontSize: '11px',
},
- }, 'Dont show me this message again'),
+ }, 'Don\'t show me this message again'),
]),
h('.flex-row', {
style: {
diff --git a/ui/app/first-time/create-vault.js b/ui/app/first-time/create-vault.js
index 3dfbf0dbd..33ae62179 100644
--- a/ui/app/first-time/create-vault.js
+++ b/ui/app/first-time/create-vault.js
@@ -120,7 +120,7 @@ CreateVaultScreen.prototype.createNewVault = function () {
return
}
if (password !== passwordConfirm) {
- this.warning = 'passwords dont match'
+ this.warning = 'passwords don\'t match'
this.props.dispatch(actions.displayWarning(this.warning))
return
}