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
commit 90e0be07e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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