diff --git a/htdocs/adherents/admin/adherent_extrafields.php b/htdocs/adherents/admin/adherent_extrafields.php index 348794641d1..63d43560b8b 100755 --- a/htdocs/adherents/admin/adherent_extrafields.php +++ b/htdocs/adherents/admin/adherent_extrafields.php @@ -250,7 +250,7 @@ if ($action == 'create') // Label print ''.$langs->trans("Label").''; // Code - print ''.$langs->trans("AttributeCode").' ('.$langs->trans("AlphaNumOnlyCharsAndNoSpace").')'; + print ''.$langs->trans("AttributeCode").' ('.$langs->trans("AlphaNumOnlyCharsAndNoSpace").')'; // Type print ''.$langs->trans("Type").''; print $form->selectarray('type',$type2label,GETPOST('type')); diff --git a/htdocs/admin/societe_extrafields.php b/htdocs/admin/societe_extrafields.php index af78847e26a..66371ff9c88 100755 --- a/htdocs/admin/societe_extrafields.php +++ b/htdocs/admin/societe_extrafields.php @@ -250,7 +250,7 @@ if ($action == 'create') // Label print ''.$langs->trans("Label").''; // Code - print ''.$langs->trans("AttributeCode").' ('.$langs->trans("AlphaNumOnlyCharsAndNoSpace").')'; + print ''.$langs->trans("AttributeCode").' ('.$langs->trans("AlphaNumOnlyCharsAndNoSpace").')'; // Type print ''.$langs->trans("Type").''; print $form->selectarray('type',$type2label,GETPOST('type'));