1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +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() { series : function() {
this.setTitle('Sonarr'); this.setTitle('Radarr');
this.showMainRegion(new SeriesIndexLayout()); this.showMainRegion(new SeriesIndexLayout());
}, },
@ -31,4 +31,4 @@ module.exports = NzbDroneController.extend({
this.showNotFound(); this.showNotFound();
} }
} }
}); });

View File

@ -16,10 +16,10 @@ module.exports = Marionette.AppRouter.extend({
setTitle : function(title) { setTitle : function(title) {
title = title; title = title;
if (title === 'Sonarr') { if (title === 'Radarr') {
document.title = 'Sonarr'; document.title = 'Radarr';
} else { } else {
document.title = title + ' - Sonarr'; document.title = title + ' - Radarr';
} }
if (window.NzbDrone.Analytics && window.Piwik) { if (window.NzbDrone.Analytics && window.Piwik) {
@ -64,4 +64,4 @@ module.exports = Marionette.AppRouter.extend({
AppLayout.mainRegion.show(view); AppLayout.mainRegion.show(view);
} }
} }
}); });

View File

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

View File

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