diff --git a/htdocs/recruitment/class/recruitmentjobposition.class.php b/htdocs/recruitment/class/recruitmentjobposition.class.php
index 62a144c8520..b32d8d7ba43 100644
--- a/htdocs/recruitment/class/recruitmentjobposition.class.php
+++ b/htdocs/recruitment/class/recruitmentjobposition.class.php
@@ -701,6 +701,7 @@ class RecruitmentJobPosition extends CommonObject
$label = ''.$langs->trans("PositionToBeFilled").'';
$label .= '
';
$label .= ''.$langs->trans('Ref').': '.$this->ref;
+ $label .= ''.$langs->trans('Label').': '.$this->label;
if (isset($this->status)) {
$label .= '
'.$langs->trans("Status").": ".$this->getLibStatut(5);
}