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

Commit ffffb9a

Browse files
committed
Update create private repo label
1 parent 8312a72 commit ffffb9a

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
@@ -20,7 +20,7 @@ class PublishView : Subview
2020
private const string SelectedOwnerLabel = "Owner";
2121
private const string RepositoryNameLabel = "Repository Name";
2222
private const string DescriptionLabel = "Description";
23-
private const string CreatePrivateRepositoryLabel = "Create as a private repository";
23+
private const string CreatePrivateRepositoryLabel = "Make repository private";
2424
private const string PublishLimtPrivateRepositoriesError = "You are currently at your limt of private repositories";
2525

2626
[SerializeField] private string username;

0 commit comments

Comments
 (0)