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

Commit ba7ff7c

Browse files
authored
Merge pull request #210 from github-for-unity/fixes/publish-button-should-say-publish
Fixing Publish button text
2 parents b3f19f4 + 2551c54 commit ba7ff7c

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
private const string OwnersDefaultText = "Select a user or org";
1616

1717
[SerializeField] private string username;

0 commit comments

Comments
 (0)