From 31b38e820bcc576158ce6c43bfe10da9a48c139b Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Thu, 4 Aug 2016 11:14:39 -0700 Subject: Fix typos with missing apostrophe --- ui/app/first-time/create-vault.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/app/first-time') 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 } -- cgit