diff --git a/index.html b/index.html index ce79072..6262794 100644 --- a/index.html +++ b/index.html @@ -414,7 +414,7 @@ Postilaatikko Viestejä Päivitetty - Osoitettu + Agentti diff --git a/script.js b/script.js index 71f231e..8fc6ea3 100644 --- a/script.js +++ b/script.js @@ -1331,7 +1331,7 @@ function renderTickets() { ${esc(t.mailbox_name || t.from_name || t.from_email)} ${lastType} ${t.message_count} ${timeAgo(t.updated)} - ${t.assigned_to ? esc(t.assigned_to) : '-'} + ${t.assigned_to ? esc(t.assigned_to) : ''} `; }).join(''); // Re-attach checkbox listeners @@ -1412,7 +1412,7 @@ async function showTicketDetail(id, companyId = '') {