mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 11:11:13 -05:00
Fix incorrect label in merge dialog
This commit is contained in:
@@ -888,7 +888,7 @@ export default function AdminContact() {
|
||||
<div className="font-medium">{ticket.ticket_number}</div>
|
||||
<div className="text-sm text-muted-foreground">{ticket.subject}</div>
|
||||
<div className="text-xs text-muted-foreground mt-1">
|
||||
{ticket.email} • {ticket.response_count} email threads
|
||||
{ticket.email} • {ticket.response_count} admin replies
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user