diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index 69cdbe4f122..6f39b544ab5 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -268,7 +268,7 @@ if ($_GET["action"] == 'create') add_row_for_webcal_link(); - print ''.$langs->trans("Description").''; + print ''.$langs->trans("Note").''; print ''; print ''; print ''; @@ -391,8 +391,8 @@ if ($_GET["action"] == 'create') add_row_for_webcal_link(); - // Description - print ''.$langs->trans("Description").''; + // Note + print ''.$langs->trans("Note").''; print ''; print ''; @@ -467,7 +467,7 @@ if ($_GET["id"]) if ($act->note) { - print ''.$langs->trans("Description").''; + print ''.$langs->trans("Note").''; print nl2br($act->note).''; } print ''; @@ -495,7 +495,7 @@ if ($_GET["id"]) if ($act->note) { - print ''.$langs->trans("Description").''; + print ''.$langs->trans("Note").''; print nl2br($act->note).''; } print '';