Skip to content
Snippets Groups Projects
Commit 1673ef93 authored by Julian Pustkuchen's avatar Julian Pustkuchen
Browse files

Fixed form field label

parent f4ca9d37
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ class PerimeterSettingsForm extends ConfigFormBase { ...@@ -45,7 +45,7 @@ class PerimeterSettingsForm extends ConfigFormBase {
]; ];
$form['not_found_exception_patterns'] = [ $form['not_found_exception_patterns'] = [
'#type' => 'textarea', '#type' => 'textarea',
'#title' => $this->t('Form IDs'), '#title' => $this->t('Ban URL patterns'),
'#default_value' => implode("\n", $config->get('not_found_exception_patterns')), '#default_value' => implode("\n", $config->get('not_found_exception_patterns')),
'#description' => $this->t('A list of regex patterns, each pattern on a separate line'), '#description' => $this->t('A list of regex patterns, each pattern on a separate line'),
'#required' => TRUE, '#required' => TRUE,
......
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