From 98b2b2980374442d0a3a6ae24f4db2d2e7dd53e2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 27 Feb 2018 19:37:29 +0100 Subject: [PATCH] Fix trans --- htdocs/cron/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }