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

Commit e9962b2

Browse files
Update BranchesView.cs
1 parent a067e39 commit e9962b2

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
@@ -18,7 +18,7 @@ class BranchesView : Subview
1818
private const string NewBranchConfirmButton = "Create";
1919
private const string FavoritesSetting = "Favorites";
2020
private const string FavoritesTitle = "Favorites";
21-
private const string CreateBranchTitle = "Create branch";
21+
private const string CreateBranchTitle = "Create Branch";
2222
private const string LocalTitle = "Local branches";
2323
private const string RemoteTitle = "Remote branches";
2424
private const string CreateBranchButton = "New Branch";

0 commit comments

Comments
 (0)