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

Commit a12c624

Browse files
Fixing Publish button text
1 parent 6c0791f commit a12c624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class PublishView : Subview
1111
private const string Title = "Publish this repository to GitHub";
1212
private const string PrivateRepoMessage = "You choose who can see and commit to this repository";
1313
private const string PublicRepoMessage = "Anyone can see this repository. You choose who can commit";
14-
private const string PublishViewCreateButton = "Create";
14+
private const string PublishViewCreateButton = "Publish";
1515

1616
[SerializeField] private string username;
1717
[SerializeField] private string[] owners = { };

0 commit comments

Comments
 (0)