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

Commit a141e21

Browse files
Fixing dialog button
1 parent e9962b2 commit a141e21

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
@@ -514,7 +514,7 @@ private void OnCreateGUI()
514514

515515
EditorUtility.DisplayDialog(CreateBranchTitle,
516516
errorMessage,
517-
Localization.Cancel);
517+
Localization.Ok);
518518
}
519519
})
520520
.Start();

0 commit comments

Comments
 (0)