From fd0328557322ce9cede00fd5a6c0a51981ca608e Mon Sep 17 00:00:00 2001 From: Timo Volkmann Date: Mon, 13 May 2019 12:30:42 +0200 Subject: [PATCH] typo in warning --- frontend/quasar.conf.js | 3 ++- frontend/src/router/index.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/quasar.conf.js b/frontend/quasar.conf.js index 3765fb7..d4ff378 100644 --- a/frontend/quasar.conf.js +++ b/frontend/quasar.conf.js @@ -72,7 +72,8 @@ module.exports = function (ctx) { 'QPopupEdit', 'QSlideTransition', 'QToggle', - 'QLinearProgress' + 'QLinearProgress', + 'QBtnGroup' ], directives: [ diff --git a/frontend/src/router/index.js b/frontend/src/router/index.js index c9ba718..98ea71b 100644 --- a/frontend/src/router/index.js +++ b/frontend/src/router/index.js @@ -70,7 +70,7 @@ export default function ({store}/* { store, ssrContext } */) { console.log(error.response.headers); //store.commit('auth/SET_LOGOUT'); store.commit('dialog/NEW_MESSAGE_DIALOG', { - message: "Ihr Token ist nicht mehr gültig. Bitte loggen Sie sich erneut ein.", + message: "Ihre Session ist abgelaufen. Bitte loggen Sie sich erneut ein.", title: "Bitte erneut anmelden.", color: "blue", });