We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221e964 commit 64ffbb1Copy full SHA for 64ffbb1
src/ViewModels/Repository.cs
@@ -2240,7 +2240,7 @@ public ContextMenu CreateContextMenuForRemoteBranch(Models.Branch branch)
2240
}
2241
2242
var compareWithHead = new MenuItem();
2243
- compareWithHead.Header = App.Text("BranchCM.CompareWithHead");
+ compareWithHead.Header = App.Text("BranchCM.CompareWithCurrent", _currentBranch.Name);
2244
compareWithHead.Icon = App.CreateMenuIcon("Icons.Compare");
2245
compareWithHead.Click += (_, _) =>
2246
{
0 commit comments