diff --git a/htdocs/ticket/class/actions_ticket.class.php b/htdocs/ticket/class/actions_ticket.class.php index 40fc22e1347..8df5572c87c 100644 --- a/htdocs/ticket/class/actions_ticket.class.php +++ b/htdocs/ticket/class/actions_ticket.class.php @@ -191,7 +191,7 @@ class ActionsTicket // Initial message print '
'; - print '| '; print $langs->trans("InitialMessage"); |