mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
'Multiple Conferences' can be a bit confusing in certain context. Better use 'Multiple Events'
This commit is contained in:
parent
5b24e033e4
commit
0af0325b2f
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<div class="container">
|
||||
<h1><?=h($title)?></h1>
|
||||
<p>We are currently active on multiple Conferences. Please choose which one you want access.</p>
|
||||
<p>We are currently convering multiple events. Please choose which one you want access.</p>
|
||||
|
||||
<br><br>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
echo $tpl->render(array(
|
||||
'page' => 'allconferences',
|
||||
'title' => 'Multiple Conferences',
|
||||
'title' => 'Multiple Events',
|
||||
|
||||
'conferences' => Conferences::getActiveConferences(),
|
||||
));
|
||||
|
|
Loading…
Reference in a new issue