diff --git a/README.txt b/README.txt
index 5f5cf01499f81d3e2309c160da5e60669c576d17..eaff11d9761514d714368080593d74d4841cc28d 100644
--- a/README.txt
+++ b/README.txt
@@ -5,7 +5,6 @@ with maintaining an open source community.
 This projects include:
 https://www.drupal.org/project/drupalorg
 https://www.drupal.org/project/infrastructure
-https://www.drupal.org/project/drupalci
 https://www.drupal.org/project/gitlab_templates
 
 As well as a number of private repositories where appropriate (secrets)
diff --git a/drupalorg/drupalorg.module b/drupalorg/drupalorg.module
index 0a970ee2dd703f4f21e3f7f5c420f1f1dd6d670e..0ea3e7bd96701c7e2651c17cb6d8458d4cd9ce81 100644
--- a/drupalorg/drupalorg.module
+++ b/drupalorg/drupalorg.module
@@ -4409,9 +4409,9 @@ function drupalorg_ad_settings_form() {
 
   $form['drupalorg_ci_ad'] = [
     '#type' => 'textarea',
-    '#title' => t('DrupalCI'),
+    '#title' => t('Issue pages'),
     '#default_value' => variable_get('drupalorg_ci_ad'),
-    '#description' => t('Appears on issue pages with releases. Template: <code>@example</code>', [
+    '#description' => t('Appears on issue pages for projects with releases. Template: <code>@example</code>', [
       '@example' => '<a href="{url}" class="ci-ad">{blurb} <img src="{use a relatively-small image, like the grid-2 on user pages}" alt="{organization name}"> <strong>Learn more</strong></a>',
     ]),
   ];