diff --git a/htdocs/ticketsup/class/ticketsup.class.php b/htdocs/ticketsup/class/ticketsup.class.php
index 76902714a9e..ed27003846b 100644
--- a/htdocs/ticketsup/class/ticketsup.class.php
+++ b/htdocs/ticketsup/class/ticketsup.class.php
@@ -1339,7 +1339,7 @@ class Ticketsup extends CommonObject
$label = '' . $langs->trans("ShowTicket") . '';
$label.= '
';
$label.= '' . $langs->trans('Ref') . ': ' . $this->ref.'
';
- $label.= '' . $langs->trans('TrackID') . ': ' . $this->track_id.'
';
+ $label.= '' . $langs->trans('TicketTrackId') . ': ' . $this->track_id.'
';
$label.= '' . $langs->trans('Subject') . ': ' . $this->subject;
$url = dol_buildpath('/ticketsup/card.php',1).'?id='.$this->id;
diff --git a/htdocs/ticketsup/index.php b/htdocs/ticketsup/index.php
index b98a81f204e..16c4fc15bf7 100644
--- a/htdocs/ticketsup/index.php
+++ b/htdocs/ticketsup/index.php
@@ -67,6 +67,7 @@ $object = new Ticketsup($db);
*/
$form = new Form($db);
+$tickesupstatic = new Ticketsup($db);
llxHeader('', $langs->trans('TicketsIndex'), '');
@@ -264,8 +265,8 @@ print '