diff options
Diffstat (limited to 'ui/app')
-rw-r--r-- | ui/app/eth-store-warning.js | 2 | ||||
-rw-r--r-- | ui/app/first-time/create-vault.js | 2 |
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 } |