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
@@ -1595,7 +1595,7 @@ define({
1595
1595
"SIGNED_IN_FAILED_TITLE": "Cannot Sign In",
1596
1596
"SIGNED_IN_FAILED_MESSAGE": "Something went wrong while trying to sign in. Please try again.",
1597
1597
"SIGNED_OUT_FAILED_TITLE": "Failed to Sign Out",
1598
-
"SIGNED_OUT_FAILED_MESSAGE": "Something went wrong while trying to sign out. Please try again.",
1598
+
"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.",
1599
1599
"VALIDATION_CODE_TITLE": "Sign In Verification Code",
1600
1600
"VALIDATION_CODE_MESSAGE": "Please use this Verification code to sign in to your {APP_NAME} account:",
1601
1601
"COPY_VALIDATION_CODE": "Copy Code",
@@ -1616,6 +1616,7 @@ define({
1616
1616
"CHECKING_STATUS": "Checking login status\u2026",
1617
1617
"NOT_SIGNED_IN_YET": "Not signed in yet. Please complete sign-in in the other tab.",
1618
1618
"WELCOME_BACK": "Welcome back, {0}!",
1619
+
"POPUP_BLOCKED": "Pop-up blocked. Please allow pop-ups and try again, or manually navigate to {0}",
0 commit comments