diff --git a/htdocs/user/card.php b/htdocs/user/card.php
index 36b834a401e..9943eddb694 100644
--- a/htdocs/user/card.php
+++ b/htdocs/user/card.php
@@ -1435,7 +1435,8 @@ if ($action == 'create' || $action == 'adduserldap')
if ($object->pass) $valuetoshow .= ($valuetoshow ? (' '.$langs->trans("or").' ') : '').preg_replace('/./i', '*', $object->pass);
else {
if ($user->admin && $user->id == $object->id) {
- $valuetoshow .= ($valuetoshow ? (' '.$langs->trans("or").' ') : '').$langs->trans("Crypted").': ';
+ $valuetoshow .= ($valuetoshow ? (' '.$langs->trans("or").' ') : '');
+ $valuetoshow .= ''.$langs->trans("Crypted").' - ';
$valuetoshow .= ''.$langs->trans("Hidden").'';
// TODO Add a feature to reveal the hash
$valuetoshow .= '';