diff --git a/htdocs/admin/adherent.php b/htdocs/admin/adherent.php index 937ed4c2cc6..65ff7f7deb1 100644 --- a/htdocs/admin/adherent.php +++ b/htdocs/admin/adherent.php @@ -246,12 +246,12 @@ llxFooter(); function form_constantes($tableau){ // Variables globales - global $db,$bc; + global $db,$bc,$langs; $form = new Form($db); print '
| '.$langs->trans("Description").' | '; - print 'Valeur | '; + print ''.$langs->trans("Value").' | '; print ''.$langs->trans("Type").' | '; //print 'Note | '; print "Action | ";