aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorAndreas Hubel2020-01-01 12:25:48 +0100
committerAndreas Hubel2020-01-01 12:28:29 +0100
commite630426b5fb3ccb4ecf68b919e592577f0402f5c (patch)
tree1a03b814d4f17e0cca08cb5b8e72b2cc776c897c /template
parent1893591c124166e4bef423ce96f043ca1234e498 (diff)
relive player: improve handling of released talks
Diffstat (limited to 'template')
-rw-r--r--template/relive-player.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/relive-player.phtml b/template/relive-player.phtml
index f82d4da..c8a0231 100644
--- a/template/relive-player.phtml
+++ b/template/relive-player.phtml
@@ -10,7 +10,7 @@
<div class="col-xs-12">
<div class="alert alert-success">
<h3>Released</h3>
- <p>This talk is already released! Take a look at <a href="<?=h($talk['release_url'])?>"><?=h(parse_url($talk['release_url'], PHP_URL_HOST))?></a>.</p>
+ <p>Beware! This is an unprocessed streamdump, the final release was released at <a href="<?=h($talk['release_url'])?>"><?=h(parse_url($talk['release_url'], PHP_URL_HOST))?></a>.</p>
</div>
</div>
</div>