aboutsummaryrefslogtreecommitdiff
path: root/view/allconferences.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/allconferences.php')
-rw-r--r--view/allconferences.php2
1 files changed, 1 insertions, 1 deletions
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(),
));