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"}