fix: send mail title

This commit is contained in:
Steve 2022-02-23 14:49:12 +01:00
parent f6985ae546
commit c7077ef1d7

View File

@ -1833,7 +1833,7 @@ if ($action == 'create' || $action == 'adduserldap') {
$canSendMail = false;
$params = array(
'attr' => array(
'title' => $langs->trans('SendMail'),
'title' => '',
'class' => 'classfortooltip'
)
);