diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php
index eaf6b6de592..d6aa41b3767 100644
--- a/htdocs/html.form.class.php
+++ b/htdocs/html.form.class.php
@@ -1603,7 +1603,7 @@ class Form
if ($numaddress==0)
{
$langs->load("companies");
- print ' '.$langs->trans("AddAddress").'';
+ print ' '.$langs->trans("AddAddress").'';
}
print '';
}