change text next to audio only button from "video" to $format

Right now, the button says "Audio | video", which is slightly confusing.
This patch changes it to "Audio | $format_name", which might be better.
This commit is contained in:
Florian Larysch 2015-08-29 12:25:38 +02:00
parent 4a8d134fb4
commit a38bec4a41

View file

@ -49,7 +49,7 @@
<a href="<?=h($switcherstream->getAudioUrl($proto))?>" class="btn btn-default">
<span class="fa fa-volume-up"></span>
video
<?=h($display)?>
</a>
<? endif ?>
@ -59,4 +59,4 @@
<? endforeach ?>
</div>
</div>
</div>