Translation key updated
This commit is contained in:
parent
ebc8c0f19b
commit
5362cd162e
|
@ -1,6 +1,3 @@
|
|||
// This is just an example,
|
||||
// so you can safely delete all default props below
|
||||
|
||||
export default {
|
||||
'globals': {
|
||||
'lang': {
|
||||
|
|
|
@ -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',
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue