diff --git a/htdocs/fourn/product/fiche.php b/htdocs/fourn/product/fiche.php
index f5b17b2f67a..0a92f92f39f 100644
--- a/htdocs/fourn/product/fiche.php
+++ b/htdocs/fourn/product/fiche.php
@@ -595,7 +595,7 @@ if ($_GET["action"] == '')
if ($product->type == 0 && $conf->stock->enabled)
{
- print ''.$langs->trans("CorrectStock").'';
+ print ''.$langs->trans("CorrectStock").'';
}
}