From e11c7147275e6d5ed652302ad1af60cd3dd70a38 Mon Sep 17 00:00:00 2001 From: Louis Knight-Webb Date: Tue, 24 Jun 2025 23:57:43 +0100 Subject: [PATCH] Task attempt a858e1e1-9dde-47a2-82e8-15daa836b9c5 - Final changes --- frontend/src/components/tasks/TaskDetailsPanel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/tasks/TaskDetailsPanel.tsx b/frontend/src/components/tasks/TaskDetailsPanel.tsx index dac121fd..1340b19b 100644 --- a/frontend/src/components/tasks/TaskDetailsPanel.tsx +++ b/frontend/src/components/tasks/TaskDetailsPanel.tsx @@ -920,11 +920,11 @@ export function TaskDetailsPanel({ onClick={() => createNewAttempt()} className="rounded-r-none border-r-0" > - {selectedAttempt ? "Retry" : "Start"} + {selectedAttempt ? "New Attempt" : "Start Attempt"} -

{selectedAttempt ? "Retry task with current executor" : "Start task with current executor"}

+

{selectedAttempt ? "Create new attempt with current executor" : "Start new attempt with current executor"}