diff --git a/client/js/utils.js b/client/js/utils.js index f3c73a8d..157833e9 100644 --- a/client/js/utils.js +++ b/client/js/utils.js @@ -85,7 +85,7 @@ function updateTitle() { let title = vueApp.appName; if (vueApp.activeChannel) { - title = `${vueApp.activeChannel.channel.name} — ${vueApp.activeChannel.network.name} — ${title}`; + title = `${vueApp.activeChannel.channel.name} — ${title}`; } // add highlight count to title