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/PageAbout.vue b/web-src/src/pages/PageAbout.vue
index 54a11b03..3a1cd59b 100644
--- a/web-src/src/pages/PageAbout.vue
+++ b/web-src/src/pages/PageAbout.vue
@@ -4,7 +4,7 @@
-
forked-daapd - version {{ config.version }}
+
OwnTone - version {{ config.version }}
{{ config.library_name }}
@@ -95,7 +95,7 @@
diff --git a/web-src/src/pages/PageSearch.vue b/web-src/src/pages/PageSearch.vue
index 4fd33dfe..a4ae6848 100644
--- a/web-src/src/pages/PageSearch.vue
+++ b/web-src/src/pages/PageSearch.vue
@@ -13,7 +13,7 @@
-
Tip: you can search by a smart playlist query language expression if you prefix it
+
Tip: you can search by a smart playlist query language expression if you prefix it
with query:
.
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 @@
- forked-daapd supports PNG and JPEG artwork which is either placed as separate image files in the library,
+ OwnTone supports PNG and JPEG artwork which is either placed as separate image files in the library,
embedded in the media files or made available online by radio stations.
In addition to that, you can enable fetching artwork from the following artwork providers:
diff --git a/web-src/src/pages/SettingsPageOnlineServices.vue b/web-src/src/pages/SettingsPageOnlineServices.vue
index b253dfe5..edbb63cc 100644
--- a/web-src/src/pages/SettingsPageOnlineServices.vue
+++ b/web-src/src/pages/SettingsPageOnlineServices.vue
@@ -9,7 +9,7 @@
-
forked-daapd was either built without support for Spotify or libspotify is not installed.
+
OwnTone was either built without support for Spotify or libspotify is not installed.
@@ -40,10 +40,10 @@
{{ libspotify.errors.error }}
- libspotify enables forked-daapd to play Spotify tracks.
+ libspotify enables OwnTone to play Spotify tracks.
- forked-daapd will not store your password, but will still be able to log you in automatically afterwards, because libspotify saves a login token.
+ OwnTone will not store your password, but will still be able to log you in automatically afterwards, because libspotify saves a login token.
@@ -55,7 +55,7 @@
Access granted for
{{ spotify.webapi_user }}
- Please reauthorize Web API access to grant forked-daapd the following additional access rights:
+ Please reauthorize Web API access to grant OwnTone the following additional access rights:
{{ spotify_missing_scope | join }}
@@ -79,7 +79,7 @@
-
forked-daapd was built without support for Last.fm.
+
OwnTone was built without support for Last.fm.
{{ lastfm_login.errors.error }}
- forked-daapd will not store your Last.fm username/password, only the session key. The session key does not expire.
+ OwnTone will not store your Last.fm username/password, only the session key. The session key does not expire.