From 1fef3aec1f15690640c92c4498649bc4c95161bf Mon Sep 17 00:00:00 2001 From: Neil Drumm <drumm@delocalizedham.com> Date: Mon, 6 Jan 2025 18:48:16 +0000 Subject: [PATCH] Issue #3497676: Remove references to DrupalCI --- README.txt | 1 - drupalorg/drupalorg.module | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 5f5cf0149..eaff11d97 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 0a970ee2d..0ea3e7bd9 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>', ]), ]; -- GitLab