diff options
author | Florian Larysch | 2015-08-29 12:25:38 +0200 |
---|---|---|
committer | Florian Larysch | 2015-08-29 12:25:38 +0200 |
commit | a38bec4a41f5c0cb8f2061de8356a6ed86ee28e9 (patch) | |
tree | f4f83be185011d1833f3e091280f6b2522d3a99b /template | |
parent | 4a8d134fb414bc1b012daa29167ccb15722d8823 (diff) |
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.
Diffstat (limited to 'template')
-rw-r--r-- | template/assemblies/switcher/audio.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/assemblies/switcher/audio.phtml b/template/assemblies/switcher/audio.phtml index 6bb36d9..1b93f23 100644 --- a/template/assemblies/switcher/audio.phtml +++ b/template/assemblies/switcher/audio.phtml @@ -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>
\ No newline at end of file +</div> |