summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/vid.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/vid.md b/templates/vid.md
index 3d48a0bb..79a41ca7 100644
--- a/templates/vid.md
+++ b/templates/vid.md
@@ -2,10 +2,10 @@
<video controls preload="metadata" id="<TMPL_VAR vidid>">
<source src="<TMPL_VAR src>" type="<TMPL_VAR type>" />
<TMPL_IF subtitles>
-<track label="English" kind="subtitles" srclang="en" src="<TMPL_VAR subtitles>" default />
+<track label="English" kind="captions" srclang="en" src="<TMPL_VAR subtitles>" default />
</TMPL_IF>
<p><em>Your browser does not support the video tag, please download the video instead.</em></p>
</video>
</div>
<a href="<TMPL_VAR src>"><TMPL_IF download><TMPL_VAR download><TMPL_ELSE>Download video</TMPL_IF><TMPL_IF duration>, <TMPL_VAR duration></TMPL_IF><TMPL_IF size>, <TMPL_VAR size></TMPL_IF></a>
-<TMPL_IF subtitles><a href="<TMPL_VAR subtitles>">Download subtitles</a> </TMPL_IF> \ No newline at end of file
+<TMPL_IF subtitles><a href="<TMPL_VAR subtitles>">Download captions</a> </TMPL_IF>