feat: add i18n translated form errors (#509)
This commit is contained in:
@@ -73,7 +73,7 @@ describe("initUser should initialize the first user", () => {
|
||||
confirmPassword: "12345679",
|
||||
});
|
||||
|
||||
await expect(actAsync()).rejects.toThrow("Passwords do not match");
|
||||
await expect(actAsync()).rejects.toThrow("passwordsDoNotMatch");
|
||||
});
|
||||
|
||||
it("should not create a user if the password is too short", async () => {
|
||||
|
||||
Reference in New Issue
Block a user