From 58c8210afac95d31cd68bfdf34a4323e4da5df8b Mon Sep 17 00:00:00 2001 From: Mika Kuns Date: Tue, 21 Apr 2026 17:44:50 +0200 Subject: [PATCH] fix(ui): correct Reset button tooltip wording --- src/ClaudeDo.Ui/Views/Islands/AgentStripView.axaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ClaudeDo.Ui/Views/Islands/AgentStripView.axaml b/src/ClaudeDo.Ui/Views/Islands/AgentStripView.axaml index 524b152..3a03dc1 100644 --- a/src/ClaudeDo.Ui/Views/Islands/AgentStripView.axaml +++ b/src/ClaudeDo.Ui/Views/Islands/AgentStripView.axaml @@ -151,7 +151,7 @@ Content="Reset" Command="{Binding ResetCommand}" IsVisible="{Binding ShowFailedActions}" - ToolTip.Tip="Reset the task back to queued so it can be retried from scratch" + ToolTip.Tip="Discard the worktree and move the task back to Manual" Padding="10,4"/>