diff --git a/web-src/src/App.vue b/web-src/src/App.vue index 33486be6..5f88b3a2 100644 --- a/web-src/src/App.vue +++ b/web-src/src/App.vue @@ -85,7 +85,7 @@ export default { methods: { connect: function () { - this.$store.dispatch('add_notification', { text: 'Connecting to forked-daapd', type: 'info', topic: 'connection', timeout: 2000 }) + this.$store.dispatch('add_notification', { text: 'Connecting to OwnTone server', type: 'info', topic: 'connection', timeout: 2000 }) webapi.config().then(({ data }) => { this.$store.commit(types.UPDATE_CONFIG, data) @@ -95,7 +95,7 @@ export default { this.open_ws() this.$Progress.finish() }).catch(() => { - this.$store.dispatch('add_notification', { text: 'Failed to connect to forked-daapd', type: 'danger', topic: 'connection' }) + this.$store.dispatch('add_notification', { text: 'Failed to connect to OwnTone server', type: 'danger', topic: 'connection' }) }) }, diff --git a/web-src/src/components/ModalDialogAddRss.vue b/web-src/src/components/ModalDialogAddRss.vue index 61bae7d4..8cfa1f75 100644 --- a/web-src/src/components/ModalDialogAddRss.vue +++ b/web-src/src/components/ModalDialogAddRss.vue @@ -15,7 +15,7 @@

-

Adding a podcast includes creating an RSS playlist, that will allow forked-daapd to manage the podcast subscription. +

Adding a podcast includes creating an RSS playlist, that will allow OwnTone to manage the podcast subscription.

diff --git a/web-src/src/components/NavbarTop.vue b/web-src/src/components/NavbarTop.vue index c531283e..1a1c87d8 100644 --- a/web-src/src/components/NavbarTop.vue +++ b/web-src/src/components/NavbarTop.vue @@ -42,7 +42,7 @@ @click="on_click_outside_settings"> - forked-daapd + OwnTone diff --git a/web-src/src/pages/SettingsPageArtwork.vue b/web-src/src/pages/SettingsPageArtwork.vue index 116a43af..2aae0c57 100644 --- a/web-src/src/pages/SettingsPageArtwork.vue +++ b/web-src/src/pages/SettingsPageArtwork.vue @@ -10,7 +10,7 @@