diff options
author | MaZderMind | 2015-07-13 14:28:58 +0200 |
---|---|---|
committer | MaZderMind | 2015-07-13 14:28:58 +0200 |
commit | e769a7e0a7f814bb85d509a0c7f13884fa8b4418 (patch) | |
tree | 1420a0e51ad65c68b78f2c39dbad179a72b9f735 /template/relive-player.phtml | |
parent | cfa25f1d82f0963b7506a6822f2af5faacd44a44 (diff) |
Extend Streamdump-Download Text
Diffstat (limited to 'template/relive-player.phtml')
-rw-r--r-- | template/relive-player.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/relive-player.phtml b/template/relive-player.phtml index 6845b94..aa33cb9 100644 --- a/template/relive-player.phtml +++ b/template/relive-player.phtml @@ -21,7 +21,7 @@ <div class="col-xs-12"> <div class="alert alert-success"> <h3>Download</h3> - <p>Click here to <a href="<?=h($talk['mp4'])?>">Download</a> this Relive-Recording.</p> + <p>Click here to <a href="<?=h($talk['mp4'])?>">Download</a> this Relive-Recording. Beware! This is an unprocessed Streamdump – a final Release will follow soon.</p> </div> </div> </div> |