diff --git a/htdocs/public/users/view.php b/htdocs/public/users/view.php index 03d153dedd0..d63a2a66eee 100644 --- a/htdocs/public/users/view.php +++ b/htdocs/public/users/view.php @@ -450,8 +450,9 @@ print '
'; print '
'; print '
'; print ''; -print img_picto($langs->trans("AddToContacts"), 'add').' '; -print $langs->trans("AddToContacts"); +// Download / AddToContacts +print img_picto($langs->trans("Download").' VCF', 'add').' '; +print $langs->trans("Download").' VCF'; print ''; print '
'; //print '
';