diff --git a/htdocs/admin/commande.php b/htdocs/admin/commande.php index e24800d18f2..6736f9d2279 100644 --- a/htdocs/admin/commande.php +++ b/htdocs/admin/commande.php @@ -218,7 +218,7 @@ print '
'; $head = order_admin_prepare_head(null); -dol_fiche_head($head, 'general', $langs->trans("ModuleSetup"), 0, 'order'); +dol_fiche_head($head, 'general', $langs->trans("Orders"), 0, 'order'); /* * Orders Numbering model diff --git a/htdocs/admin/order_extrafields.php b/htdocs/admin/order_extrafields.php index 88e3705c4e7..7317d078626 100644 --- a/htdocs/admin/order_extrafields.php +++ b/htdocs/admin/order_extrafields.php @@ -75,7 +75,7 @@ print "
\n"; $head = order_admin_prepare_head(null); -dol_fiche_head($head, 'attributes', $langs->trans("ModuleSetup"), 0, 'order'); +dol_fiche_head($head, 'attributes', $langs->trans("Orders"), 0, 'order'); print $langs->trans("DefineHereComplementaryAttributes",$textobject).'
'."\n"; diff --git a/htdocs/admin/orderdet_extrafields.php b/htdocs/admin/orderdet_extrafields.php index 23e6166d1a4..a78ee9ea761 100644 --- a/htdocs/admin/orderdet_extrafields.php +++ b/htdocs/admin/orderdet_extrafields.php @@ -76,7 +76,7 @@ print "
\n"; $head = order_admin_prepare_head(null); -dol_fiche_head($head, 'attributeslines', $langs->trans("ModuleSetup"), 0, 'order'); +dol_fiche_head($head, 'attributeslines', $langs->trans("Orders"), 0, 'order'); print $langs->trans("DefineHereComplementaryAttributes",$textobject).'
'."\n";