diff --git a/htdocs/hrm/evaluation_card.php b/htdocs/hrm/evaluation_card.php
index 72ed1761947..64b54b4c80b 100644
--- a/htdocs/hrm/evaluation_card.php
+++ b/htdocs/hrm/evaluation_card.php
@@ -623,8 +623,8 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
print '
' . $langs->trans("TypeSkill") . ' | ';
print '' . $langs->trans("Label") . ' | ';
print '' . $langs->trans("Description") . ' | ';
- print '' . $langs->trans("UserRank") . ' | ';
- print '' . $langs->trans("RequiredRank") . ' | ';
+ print '' . $langs->trans("EmployeeRank") . ' | ';
+ print '' . $langs->trans("RequiredRank") . ' | ';
print '' . $langs->trans("Result") . ' | ';
print '';
@@ -635,8 +635,8 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
print ' ' . Skill::typeCodeToLabel($t->skill_type) . ' | ';
print ' ' . $sk->getNomUrl(1) . ' | ';
print ' ' . $t->description . ' | ';
- print ' ' . $t->userRankForSkill . ' | ';
- print ' ' . $t->required_rank . ' | ';
+ print ' ' . $t->userRankForSkill . ' | ';
+ print ' ' . $t->required_rank . ' | ';
print ' ' . $t->result . ' | ';
print '';
}