diff --git a/src/plugins/gitlab/gitlabprojectsettings.cpp b/src/plugins/gitlab/gitlabprojectsettings.cpp index e24b4699829..cbd1688f909 100644 --- a/src/plugins/gitlab/gitlabprojectsettings.cpp +++ b/src/plugins/gitlab/gitlabprojectsettings.cpp @@ -159,6 +159,8 @@ GitLabProjectSettingsWidget::GitLabProjectSettingsWidget(ProjectExplorer::Projec horizontalLayout->addWidget(m_checkConnection); horizontalLayout->addStretch(1); verticalLayout->addLayout(horizontalLayout); + verticalLayout->addWidget(new QLabel(tr("Projects linked with GitLab receive event " + "notifications in the Version Control output pane."))); connect(m_linkWithGitLab, &QPushButton::clicked, this, [this]() { checkConnection(Link);