diff options
Diffstat (limited to 'template/assemblies/switcher/audio.phtml')
-rw-r--r-- | template/assemblies/switcher/audio.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/assemblies/switcher/audio.phtml b/template/assemblies/switcher/audio.phtml index ede7a0e..6bb36d9 100644 --- a/template/assemblies/switcher/audio.phtml +++ b/template/assemblies/switcher/audio.phtml @@ -28,7 +28,7 @@ <div class="directlinks"> <? foreach(Stream::getAudioProtos() as $proto => $display): ?> - <h3>Directlinks (<?=h($display)?>)</h3> + <h3>Direct links (<?=h($display)?>)</h3> <div class="row"> <? $switcherstream = $room->createStreamObject('music') ?> <div class="col-lg-3 col-md-4 col-lg-5 col-xs-12"> |