1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -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
+2 -2
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();
}
}
});
});