fix(ui): correct Reset button tooltip wording
This commit is contained in:
@@ -151,7 +151,7 @@
|
|||||||
Content="Reset"
|
Content="Reset"
|
||||||
Command="{Binding ResetCommand}"
|
Command="{Binding ResetCommand}"
|
||||||
IsVisible="{Binding ShowFailedActions}"
|
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"/>
|
Padding="10,4"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user