Skip to content

Commit

Permalink
ref(deletions): Update error message copy (#51548)
Browse files Browse the repository at this point in the history
Update error message copy to prompt the org to contact support if they
really need to delete their org that owns a publishe 3rd party
integration (maybe the company went under, etc. but we need to know so
we can unpublish first).
  • Loading branch information
ceorourke authored Jun 23, 2023
1 parent b2a9d5a commit 06e23e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/api/endpoints/organization_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
ERR_NO_2FA = "Cannot require two-factor authentication without personal two-factor enabled."
ERR_SSO_ENABLED = "Cannot require two-factor authentication with SSO enabled"
ERR_EMAIL_VERIFICATION = "Cannot require email verification before verifying your email address."
ERR_3RD_PARTY_PUBLISHED_APP = "Cannot delete an organization that owns a published integration."
ERR_3RD_PARTY_PUBLISHED_APP = "Cannot delete an organization that owns a published integration. Contact support if you need assistance."

ORG_OPTIONS = (
# serializer field name, option key name, type, default value
Expand Down

0 comments on commit 06e23e1

Please sign in to comment.