diff --git a/src/sentry/static/sentry/app/views/acceptProjectTransfer.jsx b/src/sentry/static/sentry/app/views/acceptProjectTransfer.jsx index d4404298860a30..ae731ea833c16e 100644 --- a/src/sentry/static/sentry/app/views/acceptProjectTransfer.jsx +++ b/src/sentry/static/sentry/app/views/acceptProjectTransfer.jsx @@ -69,7 +69,9 @@ class AcceptProjectTransfer extends AsyncView {
{tct( 'Projects must be transferred to a specific [organization]. ' + - 'You can grant specific teams access to the project later under the [projectSettings].', + 'You can grant specific teams access to the project later under the [projectSettings]. ' + + '(Note that granting access to at least one team is necessary for the project to ' + + 'appear in all parts of the UI.)', { organization: {t('Organization')}, projectSettings: {t('Project Settings')},