Recommended updates.

This commit is contained in:
NeuralMiner
2021-10-18 13:25:53 -06:00
parent e1f1d4a959
commit 572a5300aa
4 changed files with 4 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ export default {
this.processing = true;
if (this.password !== this.repeatPassword) {
toast.error("Passwords do not match.");
toast.error(this.$t("PasswordsDoNotMatch"));
this.processing = false;
return;
}