From 961f7a4e487812af572106a9e5a34975a92a873d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 7 Nov 2016 00:32:28 +0100 Subject: [PATCH] Fix label on tab --- htdocs/admin/confexped.php | 4 ++-- htdocs/admin/expedition.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/admin/confexped.php b/htdocs/admin/confexped.php index bf4a09c0ada..859534d53fd 100644 --- a/htdocs/admin/confexped.php +++ b/htdocs/admin/confexped.php @@ -87,14 +87,14 @@ else if ($action == 'disable_delivery') $dir = DOL_DOCUMENT_ROOT."/core/modules/expedition/"; $form=new Form($db); -llxHeader("",""); +llxHeader("",$langs->trans("SendingsSetup")); $linkback=''.$langs->trans("BackToModuleList").''; print load_fiche_titre($langs->trans("SendingsSetup"),$linkback,'title_setup'); print '
'; $head = expedition_admin_prepare_head(); -dol_fiche_head($head, 'general', $langs->trans("ModuleSetup"), 0, 'sending'); +dol_fiche_head($head, 'general', $langs->trans("Sendings"), 0, 'sending'); /* * Formulaire parametres divers diff --git a/htdocs/admin/expedition.php b/htdocs/admin/expedition.php index 42741b49c7a..34a561121b2 100644 --- a/htdocs/admin/expedition.php +++ b/htdocs/admin/expedition.php @@ -215,7 +215,7 @@ $dirmodels=array_merge(array('/'),(array) $conf->modules_parts['models']); $form=new Form($db); -llxHeader("",""); +llxHeader("",$langs->trans("SendingsSetup")); $linkback=''.$langs->trans("BackToModuleList").''; print load_fiche_titre($langs->trans("SendingsSetup"),$linkback,'title_setup');