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