ux: should not use friendly name for Squash Commits Since This

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo
2025-07-14 14:44:46 +08:00
parent 74d7e74100
commit 4d37e73f4a

View File

@@ -501,7 +501,7 @@ namespace SourceGit.ViewModels
if (commit.IsMerged)
{
var squash = new MenuItem();
squash.Header = App.Text("CommitCM.SquashCommitsSinceThis", target);
squash.Header = App.Text("CommitCM.SquashCommitsSinceThis", commit.SHA.Substring(0, 10));
squash.Icon = App.CreateMenuIcon("Icons.SquashIntoParent");
squash.Click += (_, e) =>
{