Skip to content
Snippets Groups Projects
Commit 4b8a7237 authored by Franky Van Liedekerke's avatar Franky Van Liedekerke
Browse files

Small translation bug

parent 5880b1c3
No related branches found
No related tags found
No related merge requests found
......@@ -739,7 +739,7 @@ if ($_GET["id"] || $_GET["ref"])
print '<tr><td>'.$langs->trans("Stock").'</td>';
if ($product->no_stock)
{
print "<td>".$langs->trans("NoStockDefined");
print "<td>".$langs->trans("NoStockForThisProduct");
}
else
{
......
......@@ -109,7 +109,7 @@ if ($_GET["id"] || $_GET["ref"])
print '<tr><td>'.$langs->trans("Stock").'</td>';
if ($product->no_stock)
{
print "<td>".$langs->trans("NoStockDefined");
print "<td>".$langs->trans("NoStockForThisProduct");
}
else
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment