From c82be563c104daf896c6e7bf7a3f6d0afe7ba3bb Mon Sep 17 00:00:00 2001
From: Fabian Bircher <f.bircher@gmail.com>
Date: Mon, 24 Aug 2020 18:03:57 +0200
Subject: [PATCH] Issue #3149562 by richardbporter, hugovk: Remove legacy
 terminology from UI

---
 src/Form/ConfigSplitEntityForm.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Form/ConfigSplitEntityForm.php b/src/Form/ConfigSplitEntityForm.php
index 447a9e0..3c43518 100644
--- a/src/Form/ConfigSplitEntityForm.php
+++ b/src/Form/ConfigSplitEntityForm.php
@@ -111,7 +111,7 @@ public function form(array $form, FormStateInterface $form_state) {
     $form['blacklist_fieldset'] = [
       '#type' => 'fieldset',
       '#title' => $this->t('Complete Split'),
-      '#description' => $this->t("<em>Complete Split/Blacklist:</em>
+      '#description' => $this->t("<em>Complete Split:</em>
        Configuration listed here will be removed from the sync directory and
        saved in the split directory instead. Modules will be removed from
        core.extension when exporting (and added back when importing with the
@@ -184,7 +184,7 @@ public function form(array $form, FormStateInterface $form_state) {
     $form['graylist_fieldset'] = [
       '#type' => 'fieldset',
       '#title' => $this->t('Conditional Split'),
-      '#description' => $this->t("<em>Conditional Split/Graylist:</em>
+      '#description' => $this->t("<em>Conditional Split:</em>
        Configuration listed here will be left untouched in the main sync
        directory. The <em>currently active</em> version will be exported to the
        split directory.<br />
-- 
GitLab