From b36b38ad78f43f15f534a04912cb4c2607ed2312 Mon Sep 17 00:00:00 2001 From: delphiactual Date: Fri, 14 Nov 2014 13:35:56 -0700 Subject: [PATCH] Update NzbDroneController.js --- src/UI/Shared/NzbDroneController.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/UI/Shared/NzbDroneController.js b/src/UI/Shared/NzbDroneController.js index cf8b46855..49bc50165 100644 --- a/src/UI/Shared/NzbDroneController.js +++ b/src/UI/Shared/NzbDroneController.js @@ -19,11 +19,11 @@ define( setTitle: function (title) { title = title.toLocaleLowerCase(); - if (title === 'sonarr') { - document.title = 'sonarr'; + if (title === 'Sonarr') { + document.title = 'Sonarr'; } else { - document.title = title + ' - sonarr'; + document.title = title + ' - Sonarr'; } if(window.NzbDrone.Analytics && window.Piwik){