mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 05:34:58 -05:00
Merge pull request #1593 from hacketiwack/error-message
This commit is contained in:
@@ -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'
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user