aboutsummaryrefslogtreecommitdiff
path: root/template/assemblies/switcher/video.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'template/assemblies/switcher/video.phtml')
-rw-r--r--template/assemblies/switcher/video.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/assemblies/switcher/video.phtml b/template/assemblies/switcher/video.phtml
index bceb93c..ccfbaef 100644
--- a/template/assemblies/switcher/video.phtml
+++ b/template/assemblies/switcher/video.phtml
@@ -4,11 +4,11 @@
<li>
<span class="label filetype"><?=h(strtoupper($iter))?></span>
<a href="<?=h(link_player($room, $iter))?>">
- <span class="fa fa-download"></span>
+ <span class="fa fa-flag-o"></span>
native
</a>
<a href="<?=h(link_player($room, $iter, true))?>">
- <span class="fa fa-download"></span>
+ <span class="fa fa-flag"></span>
translated
</a>
</li>