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