Skip to content

Commit

Permalink
Fix: Translation
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 23, 2011
1 parent eba944b commit 66eda57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/contact/fiche.php
Expand Up @@ -340,7 +340,7 @@
// display_canvas. All output should be processed by template so
// showHead and dol_htmloutput_errors should be moved into
// display_canvas.

// Card header
$objcanvas->showHead();

Expand Down Expand Up @@ -399,7 +399,7 @@
*/
$head = contact_prepare_head($object);

dol_fiche_head($head, 'card', $langs->trans("Contact"), 0, 'contact');
dol_fiche_head($head, 'card', $langs->trans("ContactsAddresses"), 0, 'contact');
}

if ($user->rights->societe->contact->creer)
Expand Down

0 comments on commit 66eda57

Please sign in to comment.