From c9c6094e5b1324433eb0acc82f6cc78572b60a0d Mon Sep 17 00:00:00 2001 From: Alain Nussbaumer Date: Fri, 17 Mar 2023 00:19:14 +0100 Subject: [PATCH] Error message not displayed --- web-src/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-src/src/App.vue b/web-src/src/App.vue index d508ce9b..66c82cbb 100644 --- a/web-src/src/App.vue +++ b/web-src/src/App.vue @@ -128,7 +128,7 @@ export default { }) .catch(() => { this.$store.dispatch('add_notification', { - text: this.$t('server.connection.failed'), + text: this.$t('server.connection-failed'), type: 'danger', topic: 'connection' })