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", });