You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/nls/root/strings.js
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1594,7 +1594,7 @@ define({
1594
1594
"SIGNED_IN_FAILED_TITLE": "Cannot Sign In",
1595
1595
"SIGNED_IN_FAILED_MESSAGE": "Something went wrong while trying to sign in. Please try again.",
1596
1596
"SIGNED_OUT_FAILED_TITLE": "Failed to Sign Out",
1597
-
"SIGNED_OUT_FAILED_MESSAGE": "Something went wrong while trying to sign out. Please try again.",
1597
+
"SIGNED_OUT_FAILED_MESSAGE": "Something went wrong while logging out. Press OK to open <a href='https://account.phcode.dev/#advanced'>account.phcode.dev</a> where you can logout manually.",
1598
1598
"VALIDATION_CODE_TITLE": "Sign In Verification Code",
1599
1599
"VALIDATION_CODE_MESSAGE": "Please use this Verification code to sign in to your {APP_NAME} account:",
1600
1600
"COPY_VALIDATION_CODE": "Copy Code",
@@ -1615,6 +1615,7 @@ define({
1615
1615
"CHECKING_STATUS": "Checking login status\u2026",
1616
1616
"NOT_SIGNED_IN_YET": "Not signed in yet. Please complete sign-in in the other tab.",
1617
1617
"WELCOME_BACK": "Welcome back, {0}!",
1618
+
"POPUP_BLOCKED": "Pop-up blocked. Please allow pop-ups and try again, or manually navigate to {0}",
0 commit comments