From 06e23e1cf0560a9e2672a15b3f58102b704a81d8 Mon Sep 17 00:00:00 2001 From: Colleen O'Rourke Date: Fri, 23 Jun 2023 14:48:41 -0700 Subject: [PATCH] ref(deletions): Update error message copy (#51548) 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). --- src/sentry/api/endpoints/organization_details.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sentry/api/endpoints/organization_details.py b/src/sentry/api/endpoints/organization_details.py index 9a574d37676753..bbe7c574bab699 100644 --- a/src/sentry/api/endpoints/organization_details.py +++ b/src/sentry/api/endpoints/organization_details.py @@ -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