mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
New: Replaced user facing instances of NzbDrone with Sonarr
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -21,7 +21,7 @@ define(
|
||||
},
|
||||
|
||||
series: function () {
|
||||
this.setTitle('NzbDrone');
|
||||
this.setTitle('Sonarr');
|
||||
this.showMainRegion(new SeriesIndexLayout());
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user