From 6cd9b4a70f6aa6dafbdea54820daa2c57056b42b Mon Sep 17 00:00:00 2001 From: Valerie Date: Thu, 22 Aug 2024 09:27:52 -0700 Subject: [PATCH] Update manager/manager/utils.py Co-authored-by: Sebastian Aranda Sanchez --- manager/manager/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager/manager/utils.py b/manager/manager/utils.py index 1640dba8..ada3a8d7 100644 --- a/manager/manager/utils.py +++ b/manager/manager/utils.py @@ -550,7 +550,7 @@ def update_time_loss(jira_id: int, add_time_loss: float = 0.0) -> Response: ) return Response( { - "ack": "Jira field could not be updated", + "ack": "Jira time_lost field could not be updated", }, status=400, )