Skip to content
Snippets Groups Projects
Commit c82be563 authored by Fabian Bircher's avatar Fabian Bircher
Browse files

Issue #3149562 by richardbporter, hugovk: Remove legacy terminology from UI

parent 3d19e64a
No related branches found
No related tags found
No related merge requests found
...@@ -111,7 +111,7 @@ public function form(array $form, FormStateInterface $form_state) { ...@@ -111,7 +111,7 @@ public function form(array $form, FormStateInterface $form_state) {
$form['blacklist_fieldset'] = [ $form['blacklist_fieldset'] = [
'#type' => 'fieldset', '#type' => 'fieldset',
'#title' => $this->t('Complete Split'), '#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 Configuration listed here will be removed from the sync directory and
saved in the split directory instead. Modules will be removed from saved in the split directory instead. Modules will be removed from
core.extension when exporting (and added back when importing with the core.extension when exporting (and added back when importing with the
...@@ -184,7 +184,7 @@ public function form(array $form, FormStateInterface $form_state) { ...@@ -184,7 +184,7 @@ public function form(array $form, FormStateInterface $form_state) {
$form['graylist_fieldset'] = [ $form['graylist_fieldset'] = [
'#type' => 'fieldset', '#type' => 'fieldset',
'#title' => $this->t('Conditional Split'), '#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 Configuration listed here will be left untouched in the main sync
directory. The <em>currently active</em> version will be exported to the directory. The <em>currently active</em> version will be exported to the
split directory.<br /> split directory.<br />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment