Browse Source

Fix Title company contact card

Alexandre SPANGARO 4 years ago
parent
commit
7bd5306ae5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/societe/contact.php

+ 1 - 1
htdocs/societe/contact.php

@@ -144,7 +144,7 @@ if ($socid > 0 && empty($object->id)) {
 
 $title = $langs->trans("ThirdParty");
 if (!empty($conf->global->MAIN_HTML_TITLE) && preg_match('/thirdpartynameonly/', $conf->global->MAIN_HTML_TITLE) && $object->name) {
-	$title = $object->name." - ".$langs->trans('Card');
+	$title = $object->name." - ".$langs->trans('ContactsAddresses');
 }
 $help_url = 'EN:Module_Third_Parties|FR:Module_Tiers|ES:Empresas';
 llxHeader('', $title, $help_url);