diff --git a/htdocs/product/stock/replenish.php b/htdocs/product/stock/replenish.php
index d531a7df05c..329df47ef2e 100644
--- a/htdocs/product/stock/replenish.php
+++ b/htdocs/product/stock/replenish.php
@@ -581,7 +581,7 @@ print dol_get_fiche_head($head, 'replenish', '', -1, '');
print ''.$langs->trans("ReplenishmentStatusDesc").''."\n";
-$link = ''.$langs->trans("MenuNewWarehouse").'';
+$link = ''.$langs->trans("MenuNewWarehouse").'';
print info_admin($langs->trans("ErrorAtLeastOneWarehouseNeededForReplenish") .' '. $link, 0, 0, 'info', 'clearboth');
if (empty($fk_warhouse) && !empty($conf->global->STOCK_ALLOW_ADD_LIMIT_STOCK_BY_WAREHOUSE)) {