diff --git a/htdocs/cron/list.php b/htdocs/cron/list.php index ca21a40635a..ba28d019958 100644 --- a/htdocs/cron/list.php +++ b/htdocs/cron/list.php @@ -355,7 +355,7 @@ if ($num > 0) print ''; if (! empty($obj->label)) { - $object->ref = $obj->label; + $object->ref = $langs->trans($obj->label); print $object->getNomUrl(0, '', 1); $object->ref = $obj->rowid; }