mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
Merge pull request #518 from MetaMask/typo-fix
Typo fix for apostrophes
This commit is contained in:
commit
106cbc133f
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Current Master
|
## Current Master
|
||||||
|
|
||||||
|
- Fix various typos.
|
||||||
|
|
||||||
## 2.7.3 2016-07-29
|
## 2.7.3 2016-07-29
|
||||||
|
|
||||||
- Fix bug where changing an account would not update in a live Dapp.
|
- Fix bug where changing an account would not update in a live Dapp.
|
||||||
|
@ -63,7 +63,7 @@ EthStoreWarning.prototype.render = function () {
|
|||||||
fontSize: '11px',
|
fontSize: '11px',
|
||||||
},
|
},
|
||||||
|
|
||||||
}, 'Dont show me this message again'),
|
}, 'Don\'t show me this message again'),
|
||||||
]),
|
]),
|
||||||
h('.flex-row', {
|
h('.flex-row', {
|
||||||
style: {
|
style: {
|
||||||
|
@ -120,7 +120,7 @@ CreateVaultScreen.prototype.createNewVault = function () {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
if (password !== passwordConfirm) {
|
if (password !== passwordConfirm) {
|
||||||
this.warning = 'passwords dont match'
|
this.warning = 'passwords don\'t match'
|
||||||
this.props.dispatch(actions.displayWarning(this.warning))
|
this.props.dispatch(actions.displayWarning(this.warning))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user