diff --git a/htdocs/product/stock/class/entrepot.class.php b/htdocs/product/stock/class/entrepot.class.php
index 40b7c4916de..aa922c4ab0c 100644
--- a/htdocs/product/stock/class/entrepot.class.php
+++ b/htdocs/product/stock/class/entrepot.class.php
@@ -715,7 +715,7 @@ class Entrepot extends CommonObject
$result = '';
- $label = ''.$langs->trans("ShowWarehouse").'';
+ $label = ''.$langs->trans("Warehouse").'';
$label .= '
'.$langs->trans('Ref').': '.(empty($this->ref) ? (empty($this->label) ? $this->libelle : $this->label) : $this->ref);
if (!empty($this->lieu)) {
$label .= '
'.$langs->trans('LocationSummary').': '.$this->lieu;
@@ -731,7 +731,7 @@ class Entrepot extends CommonObject
{
if (!empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER))
{
- $label = $langs->trans("ShowWarehouse");
+ $label = $langs->trans("Warehouse");
$linkclose .= ' alt="'.dol_escape_htmltag($label, 1).'"';
}
$linkclose .= ' title="'.dol_escape_htmltag($label, 1).'"';