diff options
author | Florian Larysch | 2015-08-29 12:25:10 +0200 |
---|---|---|
committer | Florian Larysch | 2015-08-29 12:25:10 +0200 |
commit | 4a8d134fb414bc1b012daa29167ccb15722d8823 (patch) | |
tree | 872879cd440ec7b1e203a65a7949c381cd5e2e32 /template | |
parent | 576ea09fb180f5a40f590b6a93da3510791b582f (diff) |
change warning when no relive talks exist
This always happens when talks haven't started yet, so
we change the message to something less alarming.
Diffstat (limited to '')
-rw-r--r-- | template/relive.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/relive.phtml b/template/relive.phtml index 0ca33be..3fbe47a 100644 --- a/template/relive.phtml +++ b/template/relive.phtml @@ -21,7 +21,7 @@ <div class="col-xs-10 col-xs-offset-1"> <div class="alert alert-warning" role="alert"> <i class="fa fa-bug"></i> - No ReLive-Talks avaiable, check your config! + No ReLive talks avaiable (yet). </div> </div> <? else: ?> |