Merge pull request #1593 from hacketiwack/error-message

This commit is contained in:
ejurgensen
2023-03-17 13:53:53 +01:00
committed by GitHub

View File

@@ -128,7 +128,7 @@ export default {
}) })
.catch(() => { .catch(() => {
this.$store.dispatch('add_notification', { this.$store.dispatch('add_notification', {
text: this.$t('server.connection.failed'), text: this.$t('server.connection-failed'),
type: 'danger', type: 'danger',
topic: 'connection' topic: 'connection'
}) })