Skip to content
Snippets Groups Projects
Commit c4b332df authored by renatog's avatar renatog Committed by De Araujo, Renato [CONBR Non-J&J]
Browse files

Issue #3347488: Fixed a typo in the fieldset "Setup Plugin Settings"

parent 0c0dc755
No related branches found
No related tags found
1 merge request!16Issue #3347488: Fixed a typo in the fieldset "Setup Plugin Settings"
...@@ -90,7 +90,7 @@ class HMConfigForm extends ConfigFormBase { ...@@ -90,7 +90,7 @@ class HMConfigForm extends ConfigFormBase {
$form['setup_plugin_settings'] = [ $form['setup_plugin_settings'] = [
'#type' => 'fieldset', '#type' => 'fieldset',
'#title' => $this->t('Setup Plugin Settings'), '#title' => $this->t('Setup Plugin Settings'),
'#descrption' => $this->t('Setup plugin advanced settings.'), '#description' => $this->t('Setup plugin advanced settings.'),
'#tree' => TRUE, '#tree' => TRUE,
]; ];
foreach ($setup_plugins_labels as $key => $val) { foreach ($setup_plugins_labels as $key => $val) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment