From fdc7416ae95bba94c4a27280f1a12ad7ad2935ec Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sun, 17 Sep 2023 18:38:46 -0400 Subject: [PATCH] Wording --- post/ticket.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post/ticket.php b/post/ticket.php index 029d4d18..b9b9398c 100644 --- a/post/ticket.php +++ b/post/ticket.php @@ -169,7 +169,7 @@ if (isset($_POST['assign_ticket'])) { // Allow for un-assigning tickets if ($assigned_to == 0) { - $ticket_reply = "Ticket unassigned."; + $ticket_reply = "Ticket unassigned, pending re-assignment."; $agent_name = "No One"; $ticket_status = "Pending-Assignment"; } else {