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:
@@ -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();
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user