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

Commit 7b7b3e9

Browse files
Fix needed after merge
1 parent 1c2ac4d commit 7b7b3e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ namespace GitHub.Unity
88
class InitProjectView : Subview
99
{
1010
private const string NoRepoTitle = "To begin using GitHub, initialize a git repository";
11-
private const string NoRepoTitle = "No Git repository found for this project";
1211
private const string NoRepoDescription = "Initialize a Git repository to track changes and collaborate with others.";
1312
private const string NoUserOrEmailError = "Name and Email must be configured in Settings";
1413

0 commit comments

Comments
 (0)