We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba1a4d commit 020e69fCopy full SHA for 020e69f
Assets/Scripts/menu/PolyMenuMain.cs
@@ -70,7 +70,7 @@ public enum DetailsMenuAction
70
71
private static float DETAIL_TILE_SIZE = 0.15f;
72
73
- private static string TAKE_HEADSET_OFF_FOR_SIGN_IN_PROMPT = "Take off your headset to sign in";
+ private static string USE_BROWSER_FOR_SIGN_IN_PROMPT = "Continue sign-in using your web browser";
74
75
private static StringBuilder BASE_CREATOR = new StringBuilder("by ");
76
@@ -1067,7 +1067,7 @@ public void SignOut()
1067
/// </summary>
1068
public void PromptUserToSignIn()
1069
{
1070
- signInText.text = TAKE_HEADSET_OFF_FOR_SIGN_IN_PROMPT;
+ signInText.text = USE_BROWSER_FOR_SIGN_IN_PROMPT;
1071
}
1072
1073
/// <summary>
0 commit comments