Commit a404c912 authored by João Ventura's avatar João Ventura Committed by Joao Ventura
Browse files

Issue #3318307 by jcnventura: Remove description from fieldsets in settings form

parent fb9f494f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -196,7 +196,6 @@ class SettingsForm extends ConfigFormBase {
    $form['validation_plugin_settings'] = [
      '#type' => 'fieldset',
      '#title' => $this->t('Validation Settings'),
      '#descrption' => $this->t('Extra plugin settings.'),
      '#tree' => TRUE,
      '#states' => $enabled_state,
    ];
@@ -284,7 +283,6 @@ class SettingsForm extends ConfigFormBase {
    $form['login_plugin_settings'] = [
      '#type' => 'fieldset',
      '#title' => $this->t('Login Settings'),
      '#descrption' => $this->t('Extra plugin settings.'),
      '#tree' => TRUE,
      '#states' => $enabled_state,
    ];
@@ -341,7 +339,6 @@ class SettingsForm extends ConfigFormBase {
    $form['tfa_flood'] = [
      '#type' => 'fieldset',
      '#title' => $this->t('TFA Flood Settings'),
      '#description' => $this->t('Configure the TFA Flood Settings.'),
      '#states' => $enabled_state,
    ];