Skip to content

Commit 020e69f

Browse files
committed
Change the message to one that works for the Quest as well as PC
1 parent bba1a4d commit 020e69f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/Scripts/menu/PolyMenuMain.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public enum DetailsMenuAction
7070

7171
private static float DETAIL_TILE_SIZE = 0.15f;
7272

73-
private static string TAKE_HEADSET_OFF_FOR_SIGN_IN_PROMPT = "Take off your headset to sign in";
73+
private static string USE_BROWSER_FOR_SIGN_IN_PROMPT = "Continue sign-in using your web browser";
7474

7575
private static StringBuilder BASE_CREATOR = new StringBuilder("by ");
7676

@@ -1067,7 +1067,7 @@ public void SignOut()
10671067
/// </summary>
10681068
public void PromptUserToSignIn()
10691069
{
1070-
signInText.text = TAKE_HEADSET_OFF_FOR_SIGN_IN_PROMPT;
1070+
signInText.text = USE_BROWSER_FOR_SIGN_IN_PROMPT;
10711071
}
10721072

10731073
/// <summary>

0 commit comments

Comments
 (0)