aboutsummaryrefslogtreecommitdiff
path: root/template/assemblies/switcher
diff options
context:
space:
mode:
authorFlorian Larysch2015-08-29 12:23:17 +0200
committerFlorian Larysch2015-08-29 12:23:17 +0200
commit576ea09fb180f5a40f590b6a93da3510791b582f (patch)
tree9dc04d1f9e9b4efa1ae4d0b8e09f953fa2b9c787 /template/assemblies/switcher
parent91c7cbeb5e516b3839155135012be9052b468225 (diff)
fix some orthographic issues
Diffstat (limited to 'template/assemblies/switcher')
-rw-r--r--template/assemblies/switcher/audio.phtml2
-rw-r--r--template/assemblies/switcher/music.phtml2
-rw-r--r--template/assemblies/switcher/slides.phtml4
-rw-r--r--template/assemblies/switcher/video.phtml2
4 files changed, 5 insertions, 5 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">
diff --git a/template/assemblies/switcher/music.phtml b/template/assemblies/switcher/music.phtml
index c349aec..2767fe8 100644
--- a/template/assemblies/switcher/music.phtml
+++ b/template/assemblies/switcher/music.phtml
@@ -1,5 +1,5 @@
<div class="container-fluid">
- <h3>Directlinks</h3>
+ <h3>Direct links</h3>
<div class="directlinks">
<div class="row">
<? foreach(Stream::getMusicProtos() as $proto => $display): ?>
diff --git a/template/assemblies/switcher/slides.phtml b/template/assemblies/switcher/slides.phtml
index a401729..978e966 100644
--- a/template/assemblies/switcher/slides.phtml
+++ b/template/assemblies/switcher/slides.phtml
@@ -28,7 +28,7 @@
<div class="directlinks">
<? foreach(Stream::getSlidesProtos() as $proto => $display): ?>
- <h3>Directlinks (<?=h($display)?>)</h3>
+ <h3>Direct links (<?=h($display)?>)</h3>
<div class="row">
<? $switcherstream = $room->createStreamObject('slides') ?>
<div class="col-lg-3 col-md-4 col-lg-5 col-xs-12">
@@ -59,4 +59,4 @@
<? endforeach ?>
</div>
-</div> \ No newline at end of file
+</div>
diff --git a/template/assemblies/switcher/video.phtml b/template/assemblies/switcher/video.phtml
index 2d31532..2a5b0d7 100644
--- a/template/assemblies/switcher/video.phtml
+++ b/template/assemblies/switcher/video.phtml
@@ -39,7 +39,7 @@
<div class="directlinks">
<? foreach(Stream::getVideoProtos() as $proto => $display): ?>
- <h3>Directlinks (<?=h($display)?>)</h3>
+ <h3>Direct links (<?=h($display)?>)</h3>
<div class="row">
<? foreach($room->getVideoResolutions() as $res): ?>
<? $selection = $room->createSelectionObject($res) ?>