diff --git a/htdocs/product/stock/replenish.php b/htdocs/product/stock/replenish.php index cdb8e63077c..eda18d09f42 100644 --- a/htdocs/product/stock/replenish.php +++ b/htdocs/product/stock/replenish.php @@ -146,7 +146,7 @@ if ($action == 'order') { /* * View */ -$title = $langs->trans('Replenishment'); +$title = $langs->trans('Status'); $sql = 'SELECT p.rowid, p.ref, p.label, p.price'; $sql .= ', p.price_ttc, p.price_base_type,p.fk_product_type'; @@ -217,7 +217,7 @@ if ($resql) { $head[1][0] = DOL_URL_ROOT.'/product/stock/replenishorders.php'; $head[1][1] = $langs->trans("ReplenishmentOrders"); $head[1][2] = 'replenishorders'; - dol_fiche_head($head, 'replenish', $title, 0, 'stock'); + dol_fiche_head($head, 'replenish', $langs->trans('Replenishment'), 0, 'stock'); if ($sref || $snom || $sall || GETPOST('search', 'alpha')) { $filters = '&sref=' . $sref . '&snom=' . $snom; $filters .= '&sall=' . $sall; diff --git a/htdocs/product/stock/replenishorders.php b/htdocs/product/stock/replenishorders.php index e22f472f21d..206f12029e8 100644 --- a/htdocs/product/stock/replenishorders.php +++ b/htdocs/product/stock/replenishorders.php @@ -43,7 +43,7 @@ $texte = $langs->trans('ReplenishmentOrders'); llxHeader('', $texte, $helpurl, $texte); $head = array(); $head[0][0] = DOL_URL_ROOT.'/product/stock/replenish.php'; -$head[0][1] = $langs->trans('Replenishment'); +$head[0][1] = $langs->trans('Status'); $head[0][2] = 'replenish'; $head[1][0] = DOL_URL_ROOT.'/product/stock/replenishorders.php'; $head[1][1] = $texte;