Merge pull request #1593 from hacketiwack/error-message
This commit is contained in:
commit
90e0be07e2
|
@ -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'
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue