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

Commit 0f623d5

Browse files
Fixing Prompt
1 parent 94d7fa1 commit 0f623d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ private void OnGUILogin()
160160
GUILayout.BeginHorizontal();
161161
{
162162
GUILayout.FlexibleSpace();
163-
if (GUILayout.Button("Signin with your browser", Styles.HyperlinkStyle))
163+
if (GUILayout.Button("Sign in with your browser", Styles.HyperlinkStyle))
164164
{
165165
GUI.FocusControl(null);
166166
Application.OpenURL(oAuthOpenUrl);

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public override void OnGUI()
126126
GUILayout.BeginHorizontal();
127127
{
128128
GUILayout.FlexibleSpace();
129-
if (GUILayout.Button("Signin with your browser", Styles.HyperlinkStyle))
129+
if (GUILayout.Button("Sign in with your browser", Styles.HyperlinkStyle))
130130
{
131131
GUI.FocusControl(null);
132132
Application.OpenURL(oAuthOpenUrl);

0 commit comments

Comments
 (0)