add podcast "overwrite album..." setting tooltip

This commit is contained in:
ryan 2018-12-15 06:58:36 -06:00
parent 29501528a9
commit 6bbaa88b0f
3 changed files with 26 additions and 2 deletions

View file

@ -25,7 +25,9 @@
<div>
<input name="podcast_album_override" id="podcast_album_override" ng-model="podcast.album_override" type="checkbox" />
</div>
<label for="podcast_album_override"><?php echo _("Overwrite album name"); ?></label>
<div>
<label for="podcast_album_override"><?php echo _("Overwrite episode album names"); ?></label> <span class='album_names help_icon'></span>
</div>
</div>
<div class="podcast-metadata-row" >
<div></div>