Skip to content

Commit f24eb49

Browse files
authored
fix(banner): Improve GH banner copy (#91748)
Just update the GH Auth banner copy
1 parent fd49bf9 commit f24eb49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/auth/providers/github/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
REQUIRE_VERIFIED_EMAIL = settings.GITHUB_REQUIRE_VERIFIED_EMAIL
88

9-
ERR_NO_ORG_ACCESS = "You do not have access to the required GitHub organization."
9+
ERR_NO_ORG_ACCESS = "Your GitHub account must be a member of the linked organization to access this Sentry organization. Contact your admin to request access."
1010

1111
ERR_NO_PRIMARY_EMAIL = (
1212
"We were unable to find a primary email address associated with your GitHub account."

0 commit comments

Comments
 (0)