Commit b1204651 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 766e64cd
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -169,7 +169,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,
    ];
@@ -259,7 +258,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,
    ];
@@ -316,7 +314,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,
    ];