diff options
author | Florian Larysch | 2015-08-29 12:23:17 +0200 |
---|---|---|
committer | Florian Larysch | 2015-08-29 12:23:17 +0200 |
commit | 576ea09fb180f5a40f590b6a93da3510791b582f (patch) | |
tree | 9dc04d1f9e9b4efa1ae4d0b8e09f953fa2b9c787 /template/assemblies/switcher/video.phtml | |
parent | 91c7cbeb5e516b3839155135012be9052b468225 (diff) |
fix some orthographic issues
Diffstat (limited to 'template/assemblies/switcher/video.phtml')
-rw-r--r-- | template/assemblies/switcher/video.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
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) ?> |