diff --git a/htdocs/core/boxes/box_contracts.php b/htdocs/core/boxes/box_contracts.php index 259a31ea998..d0267bfb0f4 100644 --- a/htdocs/core/boxes/box_contracts.php +++ b/htdocs/core/boxes/box_contracts.php @@ -48,7 +48,7 @@ class box_contracts extends ModeleBoxes { global $langs; - $langs->load("contracts"); + $langs->load("boxes"); $this->boxlabel=$langs->transnoentitiesnoconv("BoxLastContracts"); }