summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/event/index.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/scripts/event/index.phtml')
-rw-r--r--application/views/scripts/event/index.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/scripts/event/index.phtml b/application/views/scripts/event/index.phtml
index ee2d182..e2564d1 100644
--- a/application/views/scripts/event/index.phtml
+++ b/application/views/scripts/event/index.phtml
@@ -6,7 +6,7 @@
<div class='listelement'>
<?php
if(count($this->eventlist)==0)
- echo "There are no events";
+ echo "You haven't events yet";
else
foreach ($this->eventlist as $pool => $poolEvents):
if(count($poolEvents)==0)