mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Updated language bundles with new keys.
This commit is contained in:
parent
45d3fa4016
commit
2656de6682
54 changed files with 3513 additions and 2290 deletions
|
|
@ -48,7 +48,7 @@ export default async (
|
|||
return ok(res, { token, user });
|
||||
}
|
||||
|
||||
return unauthorized(res, 'Incorrect username and/or password.');
|
||||
return unauthorized(res, 'message.incorrect-username-password');
|
||||
}
|
||||
|
||||
return methodNotAllowed(res);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue