From 0af0325b2f9e9c1f4225957a5b2a15995364f75a Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Fri, 7 Jul 2017 12:05:40 +0200 Subject: 'Multiple Conferences' can be a bit confusing in certain context. Better use 'Multiple Events' --- template/allconferences.phtml | 2 +- view/allconferences.php | 2 +- 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 @@

-

We are currently active on multiple Conferences. Please choose which one you want access.

+

We are currently convering multiple events. Please choose which one you want access.



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(), )); -- cgit v1.2.3