diff --git a/htdocs/projet/class/project.class.php b/htdocs/projet/class/project.class.php
index 9937a551c1a..28c8cb656d1 100644
--- a/htdocs/projet/class/project.class.php
+++ b/htdocs/projet/class/project.class.php
@@ -1216,7 +1216,7 @@ class Project extends CommonObject
if (!empty($this->date_start)) {
$label .= ($label ? '
' : '').''.$langs->trans('DateStart').': '.dol_print_date($this->date_start, 'day'); // The space must be after the : to not being explode when showing the title in img_picto
}
- if (!empty($this->date_ent)) {
+ if (!empty($this->date_end)) {
$label .= ($label ? '
' : '').''.$langs->trans('DateEnd').': '.dol_print_date($this->date_end, 'day'); // The space must be after the : to not being explode when showing the title in img_picto
}
if ($moreinpopup) {