Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit a559dfc

Browse files
Putting "Commit" label back
1 parent de7dade commit a559dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/BranchesView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class BranchesView : Subview
1414
private const string ConfirmSwitchTitle = "Confirm branch switch";
1515
private const string ConfirmSwitchMessage = "Switch branch to {0}?";
1616
private const string ConfirmSwitchOK = "Switch";
17-
private const string ConfirmSwitchCancel = CancelButtonLabel;
17+
private const string ConfirmSwitchCancel = "Cancel";
1818
private const string NewBranchCancelButton = "x";
1919
private const string NewBranchConfirmButton = "Create";
2020
private const string FavoritesSetting = "Favorites";

0 commit comments

Comments
 (0)