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' })