1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 03:52:33 +02: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

View File

@ -16,7 +16,7 @@ module.exports = NzbDroneController.extend({
},
series : function() {
this.setTitle('Sonarr');
this.setTitle('Radarr');
this.showMainRegion(new SeriesIndexLayout());
},
@ -31,4 +31,4 @@ module.exports = NzbDroneController.extend({
this.showNotFound();
}
}
});
});

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);
}
}
});
});

View File

@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>Sonarr</title>
<title>Radarr</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="mobile-web-app-capable" content="yes"/>
@ -72,7 +72,7 @@
<div class="row">
<div class="col-md-12">
<div id="footer-region">
Sonarr Ver.
Radarr Ver.
<span class="version"></span>
<div class="branch"></div>
</div>

View File

@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>Sonarr - Login</title>
<title>Radarr - Login</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="mobile-web-app-capable" content="yes">