Translation key updated

This commit is contained in:
Joan Sanchez 2022-03-11 13:02:47 +01:00
parent ebc8c0f19b
commit 5362cd162e
2 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,3 @@
// This is just an example,
// so you can safely delete all default props below
export default {
'globals': {
'lang': {

View File

@ -117,7 +117,7 @@ async function onSubmit(): Promise<void> {
const errorCode = error.response && error.response.status;
if (errorCode === 401) {
quasar.notify({
message: t('login.loginFailed'),
message: t('login.loginError'),
type: 'negative',
});
}