diff --git a/inc/ticket_list.inc.php b/inc/ticket_list.inc.php index 0109dbf6..41347dc1 100644 --- a/inc/ticket_list.inc.php +++ b/inc/ticket_list.inc.php @@ -380,7 +380,7 @@ if ($total > 0) // Print subject and link to the ticket page if ( hesk_show_column('subject') ) { - echo ''.($ticket['archive'] ? ''.$hesklang['archived'].' ' : '').$owner.''.$ticket['subject'].''; + echo ''.($ticket['archive'] ? ' ' : '').$owner.''.$ticket['subject'].''; } // Print ticket status