diff --git a/htdocs/admin/defaultvalues.php b/htdocs/admin/defaultvalues.php
index 52f5f64c010..7a1fafd861e 100644
--- a/htdocs/admin/defaultvalues.php
+++ b/htdocs/admin/defaultvalues.php
@@ -311,9 +311,7 @@ if ($mode != 'focus' && $mode != 'mandatory') {
foreach ($substitutionarray as $key => $val) {
$texthelp .= $key.' -> '.$val.'
';
}
- $texthelp2 = $langs->trans("DefaultValuesHelpText");
- $text = $form->textwithpicto($langs->trans("Value"), $texthelp2);
- $textvalue = $form->textwithpicto($text, $texthelp, 1, 'list-alt', 'valignmiddle', 0, 2, 'subsitutiontooltip');
+ $textvalue = $form->textwithpicto($langs->trans("Value"), $langs->trans("DefaultValuesHelpText"));
} else {
$texthelp = 'ASC or DESC';
$textvalue = $form->textwithpicto($langs->trans("SortOrder"), $texthelp);
@@ -347,6 +345,7 @@ print '';
if ($mode != 'focus' && $mode != 'mandatory') {
print '