mirror of https://github.com/laurent22/joplin.git
change tense when passwords do not match
parent
5ed5d16716
commit
74c2bbc2f0
|
@ -56,7 +56,7 @@ class Command extends BaseCommand {
|
|||
return;
|
||||
}
|
||||
if (password !== password2) {
|
||||
this.stdout(_('Passwords did not match!'));
|
||||
this.stdout(_('Passwords do not match!'));
|
||||
return;
|
||||
}
|
||||
await EncryptionService.instance().generateMasterKeyAndEnableEncryption(password);
|
||||
|
|
Loading…
Reference in New Issue