Skip to content

ref(project transfer): Add explanatory sentence to modal #12427

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/sentry/static/sentry/app/views/acceptProjectTransfer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ class AcceptProjectTransfer extends AsyncView {
<p>
{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: <strong>{t('Organization')}</strong>,
projectSettings: <strong>{t('Project Settings')}</strong>,
Expand Down