From 6ec60897bbad69d5b503c2c4289a142c7ce3035c Mon Sep 17 00:00:00 2001 From: Gavrie Philipson Date: Thu, 25 Sep 2025 16:57:08 +0300 Subject: [PATCH] Fix button label from 'Edit patch' to 'Edit commit' --- content/docs/features/virtual-branches/commits.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/features/virtual-branches/commits.mdx b/content/docs/features/virtual-branches/commits.mdx index 7af907b..d39e558 100644 --- a/content/docs/features/virtual-branches/commits.mdx +++ b/content/docs/features/virtual-branches/commits.mdx @@ -140,7 +140,7 @@ You can also arbitrarily change the order of your commits by dragging and droppi ## Edit Mode -The other way that you can modify a commit is to go into "Edit Mode". When you click on a commit, there is a button that says "Edit patch". If you click this, GitButler will check out that commit by itself into your working directory (automatically stashing everything else temporarily). +The other way that you can modify a commit is to go into "Edit Mode". When you click on a commit, there is a button that says "Edit commit". If you click this, GitButler will check out that commit by itself into your working directory (automatically stashing everything else temporarily). The screen will go into "Edit mode", indicating that you're in a special state where you're focusing on this one commit.