summaryrefslogtreecommitdiffstats
path: root/application/modules/user
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/user')
-rw-r--r--application/modules/user/layouts/user.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/layouts/user.phtml b/application/modules/user/layouts/user.phtml
index e2e424d..ae07f4d 100644
--- a/application/modules/user/layouts/user.phtml
+++ b/application/modules/user/layouts/user.phtml
@@ -77,7 +77,7 @@ echo $this->headScript()."\n";
<div id="head-titlebar">
<div style='float:right'><?php
if(Zend_Auth::getInstance()->hasIdentity()){
- echo 'Angemeldet als: ';
+ echo 'Angemeldet als ';
$userIDsNamespace = Zend_Session::namespaceGet('userIDs');
$membershipMapper = new Application_Model_MembershipMapper();
$membership = new Application_Model_Membership();