From 7c8efc741e10cc730781a064afd157ec94ff0362 Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Fri, 25 Oct 2019 17:20:09 +0200 Subject: [PATCH] Update user.class.php --- htdocs/user/class/user.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/user/class/user.class.php b/htdocs/user/class/user.class.php index 86de44ff1e7..44485d0c1f1 100644 --- a/htdocs/user/class/user.class.php +++ b/htdocs/user/class/user.class.php @@ -2322,7 +2322,8 @@ class User extends CommonObject $label.= '' . $langs->trans('Name') . ': ' . $this->getFullName($langs, ''); if (! empty($this->login)) $label.= '
' . $langs->trans('Login') . ': ' . $this->login; - $label.= '
' . $langs->trans("EMail").': '.$this->email; + $label.= '
' . $langs->trans("Email").': '.$this->email; + $label.= '
' . $langs->trans("Phone").': '.$this->phone; if (! empty($this->admin)) $label.= '
' . $langs->trans("Administrator").': '.yn($this->admin); if (! empty($this->socid) ) // Add thirdparty for external users