diff --git a/src/pages/projectSettings/tabs/GithubCommitQueueTab/GithubCommitQueueTab.tsx b/src/pages/projectSettings/tabs/GithubCommitQueueTab/GithubCommitQueueTab.tsx index 95880f41ee..696715a3ff 100644 --- a/src/pages/projectSettings/tabs/GithubCommitQueueTab/GithubCommitQueueTab.tsx +++ b/src/pages/projectSettings/tabs/GithubCommitQueueTab/GithubCommitQueueTab.tsx @@ -87,8 +87,9 @@ export const GithubCommitQueueTab: React.FC = ({ <> {!githubWebhooksEnabled && ( - GitHub features are disabled because webhooks are not enabled. - Webhooks are enabled after saving with a valid owner and repository. + GitHub features are disabled because the Evergreen GitHub App is not + installed on the saved owner/repo. Contact IT to install the App and + enable GitHub features. )}