diff --git a/public_html/deployment/classes/user.class.php b/public_html/deployment/classes/user.class.php
index d1959659e51682639dae73aa236152b0891b1923..a35178288842b1881c855917ce11611f0d73853d 100644
--- a/public_html/deployment/classes/user.class.php
+++ b/public_html/deployment/classes/user.class.php
@@ -201,9 +201,8 @@ class user {
      */
     public function showDenied(){
         return '<div class="alert alert-danger" role="alert">'
-        . ($this->_sUsername ? ' User: '.$this->_sUsername : '')
         . ($this->_sUsername 
-            ? t("class-user-error-deny-no-role").'<br>('.$this->_sLastCheckedPermission.')'
+            ? t("class-user-error-deny-no-role").'<br>'.$this->_sUsername.' --> ('.$this->_sLastCheckedPermission.')<br>'
             : t("class-user-error-login-required")
         )
         . '</div><br>'