1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00

Changed the name in the UI to Radarr.

This commit is contained in:
Leonardo Galli
2016-12-29 17:44:51 +01:00
parent b7c70d750a
commit 2efda4933d
4 changed files with 9 additions and 9 deletions
+4 -4
View File
@@ -16,10 +16,10 @@ module.exports = Marionette.AppRouter.extend({
setTitle : function(title) {
title = title;
if (title === 'Sonarr') {
document.title = 'Sonarr';
if (title === 'Radarr') {
document.title = 'Radarr';
} else {
document.title = title + ' - Sonarr';
document.title = title + ' - Radarr';
}
if (window.NzbDrone.Analytics && window.Piwik) {
@@ -64,4 +64,4 @@ module.exports = Marionette.AppRouter.extend({
AppLayout.mainRegion.show(view);
}
}
});
});