aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin2017-07-07 12:05:40 +0200
committerDaniel Molkentin2017-07-07 12:05:48 +0200
commit0af0325b2f9e9c1f4225957a5b2a15995364f75a (patch)
tree1aa79746130378b6b9df1dd004db04b07d1e2b40
parent5b24e033e486e2fcdca519762ad0c4f494a2eab9 (diff)
'Multiple Conferences' can be a bit confusing in certain context. Better use 'Multiple Events'
Diffstat (limited to '')
-rw-r--r--template/allconferences.phtml2
-rw-r--r--view/allconferences.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/template/allconferences.phtml b/template/allconferences.phtml
index bee21d7..014f6d6 100644
--- a/template/allconferences.phtml
+++ b/template/allconferences.phtml
@@ -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>
diff --git a/view/allconferences.php b/view/allconferences.php
index 8cce073..89a3c5c 100644
--- a/view/allconferences.php
+++ b/view/allconferences.php
@@ -2,7 +2,7 @@
echo $tpl->render(array(
'page' => 'allconferences',
- 'title' => 'Multiple Conferences',
+ 'title' => 'Multiple Events',
'conferences' => Conferences::getActiveConferences(),
));