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 {
|
export default {
|
||||||
'globals': {
|
'globals': {
|
||||||
'lang': {
|
'lang': {
|
||||||
|
|
|
@ -117,7 +117,7 @@ async function onSubmit(): Promise<void> {
|
||||||
const errorCode = error.response && error.response.status;
|
const errorCode = error.response && error.response.status;
|
||||||
if (errorCode === 401) {
|
if (errorCode === 401) {
|
||||||
quasar.notify({
|
quasar.notify({
|
||||||
message: t('login.loginFailed'),
|
message: t('login.loginError'),
|
||||||
type: 'negative',
|
type: 'negative',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue