diff --git a/htdocs/contact/fiche.php b/htdocs/contact/fiche.php
index 74dab9946e9..1fa8a0375a3 100644
--- a/htdocs/contact/fiche.php
+++ b/htdocs/contact/fiche.php
@@ -387,7 +387,7 @@ else
if ($contact->address || $contact->ville)
{
- print 'Adresse :
'.$contact->address ."
";
+ print $langs->trans("Address").' :
'.$contact->address ."
";
print $contact->cp . " ".$contact->ville ."
";
}
diff --git a/htdocs/contact/perso.php b/htdocs/contact/perso.php
index 0aa9f76fb22..72e7a965a17 100644
--- a/htdocs/contact/perso.php
+++ b/htdocs/contact/perso.php
@@ -91,6 +91,8 @@ if ($_GET["action"] == 'edit')
{
// Fiche info perso en mode edition
+ print '
| '; + print ' |