Fix label

This commit is contained in:
Laurent Destailleur 2017-04-29 15:10:24 +02:00
parent 983c72c918
commit afc5ab0242

View File

@ -232,7 +232,7 @@ function journalHead($nom,$variante,$period,$periodlink,$description,$builddate,
$h=0;
$head[$h][0] = $_SERVER["PHP_SELF"].$varlink;
$head[$h][1] = $langs->trans("Journal");
$head[$h][1] = $langs->trans("Journalization");
$head[$h][2] = 'journal';
dol_fiche_head($head, 'journal');