mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-22 17:33:23 +01:00
Fix grammar
This commit is contained in:
parent
578139be4a
commit
26231a42b6
@ -143,7 +143,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…
Reference in New Issue
Block a user