From 0efecb12d864b7be22ea833183b58339df845f5d Mon Sep 17 00:00:00 2001 From: MahtabBukhari Date: Thu, 5 Dec 2024 09:30:31 +0500 Subject: [PATCH] update message --- handlers/ticket.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/ticket.go b/handlers/ticket.go index 37616cd8a..2a5b0fafd 100644 --- a/handlers/ticket.go +++ b/handlers/ticket.go @@ -410,7 +410,7 @@ func (th *ticketHandler) PostTicketDataToStakwork(w http.ResponseWriter, r *http ticketMsg := websocket.TicketMessage{ BroadcastType: "direct", SourceSessionID: ticketRequest.Metadata.ID, - Message: fmt.Sprintf("Hive has successfully updated your ticket %s", ticketRequest.Ticket.Name), + Message: fmt.Sprintf("I have your updates and I'm rewriting ticket %s now", ticketRequest.Ticket.Name), Action: "message", TicketDetails: websocket.TicketData{ FeatureUUID: ticketRequest.Ticket.FeatureUUID,