diff --git a/apps/maarch_entreprise/indexing_searching/autocomplete_contacts.php b/apps/maarch_entreprise/indexing_searching/autocomplete_contacts.php
index 409aef4beb0cd5c109de16517c70474557f6ae73..9a96ed6641ea7e12e0d71253cf704cd2eb28d3e2 100755
--- a/apps/maarch_entreprise/indexing_searching/autocomplete_contacts.php
+++ b/apps/maarch_entreprise/indexing_searching/autocomplete_contacts.php
@@ -221,7 +221,7 @@ if ($_SESSION['is_multi_contact'] == 'OK') {
             }
             $containResult = true;
 
-            $contactIcon = "<i class='fa fa-users fa-1x' style='padding:5px;display:table-cell;vertical-align:middle;' title='" . _VIEW_CONTACTS_GROUPS . "'></i>";
+            $contactIcon = "<i class='fa fa-users fa-1x' style='padding:5px;display:table-cell;vertical-align:middle;' title='" . _CONTACTS_GROUP . "'></i>";
 
             //Highlight
             foreach ($keyList as $keyVal) {
diff --git a/apps/maarch_entreprise/lang/en.php b/apps/maarch_entreprise/lang/en.php
index 91c922e2efe34f08807e0fd2ed63b3cf9ec15579..81006317426f5aaa14e5417375c9098cf73ba565 100755
--- a/apps/maarch_entreprise/lang/en.php
+++ b/apps/maarch_entreprise/lang/en.php
@@ -2564,6 +2564,10 @@ if (!defined('_VIEW_CONTACTS_GROUPS')) {
     define('_VIEW_CONTACTS_GROUPS', 'Contacts groups');
 }
 
+if (!defined('_CONTACTS_GROUP')) {
+    define('_CONTACTS_GROUP', 'Contacts group');
+}
+
 if (!defined('_ADDRESSES_LIST')) {
     define('_ADDRESSES_LIST', 'Addresses list');
 }
diff --git a/apps/maarch_entreprise/lang/fr.php b/apps/maarch_entreprise/lang/fr.php
index 74b1da1c468cbe2ea2d1cd24b5811e27af85515d..ca1dfad36ed07184e5e5c6f24d47f09e8cc5889a 100755
--- a/apps/maarch_entreprise/lang/fr.php
+++ b/apps/maarch_entreprise/lang/fr.php
@@ -2595,6 +2595,10 @@ if (!defined('_VIEW_CONTACTS_GROUPS')) {
     define('_VIEW_CONTACTS_GROUPS', 'Groupements de contacts');
 }
 
+if (!defined('_CONTACTS_GROUP')) {
+    define('_CONTACTS_GROUP', 'Groupement de contacts');
+}
+
 if (!defined('_ADDRESSES_LIST')) {
     define('_ADDRESSES_LIST', 'Liste des adresses');
 }