Grammar correction

feature/default_network_editable
Dan Finlay 7 years ago committed by GitHub
parent 9226de6c95
commit fae6a44bac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui/app/keychains/hd/restore-vault.js

@ -147,7 +147,7 @@ RestoreVaultScreen.prototype.createNewVaultAndRestore = function () {
// true if the string has more than a space between words.
if (seed.split(' ').length > 1) {
this.warning = 'there can only a space between words'
this.warning = 'there can only be a space between words'
this.props.dispatch(actions.displayWarning(this.warning))
return
}

Loading…
Cancel
Save