New: Replaced user facing instances of NzbDrone with Sonarr

This commit is contained in:
Keivan Beigi
2014-10-28 21:49:49 -07:00
parent 95d67ef9f4
commit 4929e9fc9b
15 changed files with 26 additions and 25 deletions
@@ -27,7 +27,7 @@
</label>
<span class="help-inline-checkbox">
<i class="icon-nd-form-info" title="Should NzbDrone download episodes for this series?"/>
<i class="icon-nd-form-info" title="Should Sonarr download episodes for this series?"/>
</span>
</div>
</div>
+1 -1
View File
@@ -21,7 +21,7 @@ define(
},
series: function () {
this.setTitle('NzbDrone');
this.setTitle('Sonarr');
this.showMainRegion(new SeriesIndexLayout());
},