diff --git a/htdocs/contact/list.php b/htdocs/contact/list.php
index e2832299ad4..321e793c714 100755
--- a/htdocs/contact/list.php
+++ b/htdocs/contact/list.php
@@ -80,8 +80,9 @@ else if ($type == "o")
$titre.=' ('.$langs->trans("OthersNotLinkedToThirdParty").')';
$urlfiche="";
}
-if ($view == 'phone') { $text=" (Vue Telephones)"; }
-if ($view == 'mail') { $text=" (Vue EMail)"; }
+if ($view == '') { $text=" (Vue Telephones) (Vue EMail)"; }
+if ($view == 'phone') { $text=" (Vue Telephones) (Vue EMail)"; }
+if ($view == 'mail') { $text=" (Vue Telephones) (Vue EMail)"; }
if ($view == 'recent') { $text=" (Recents)"; }
if (! empty($text)) $titre.= " $text";