diff options
-rw-r--r-- | template/relive.phtml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/template/relive.phtml b/template/relive.phtml index 94e4acf..e59f366 100644 --- a/template/relive.phtml +++ b/template/relive.phtml @@ -3,9 +3,14 @@ <div class="row"> <div class="col-xs-12"> - <div class="alert alert-danger" role="alert"> - <i class="fa fa-exclamation-circle"></i> - <strong>Danger!</strong> Extreme Beta!!! + <div class="alert alert-info" role="alert"> + <p> + This service provides automated stream dumps and time shifting. + </p> + + <p> + All recordings start/stop automatically 15 minutes before/after the talk begins/ends. + </p> </div> </div> </div> |