diff --git a/src/Form/ModuleConfigurationForm.php b/src/Form/ModuleConfigurationForm.php index 7b2f0bd3fb837b80a30b1d24e912a47a742e2f2b..bec381ff8591c1707fae91c9df365deaaabf22c6 100644 --- a/src/Form/ModuleConfigurationForm.php +++ b/src/Form/ModuleConfigurationForm.php @@ -145,7 +145,7 @@ class ModuleConfigurationForm extends ConfigFormBase { $form['social'] = array( '#type' => 'details', '#title' => $this->t('Social Networking'), - '#description' => $this->t('Linked icons will be displayed in the site footer for each account url that you provide. Leave blank any fields that you do not want to be displayed.'), + '#description' => $this->t('Linked icons will be displayed in the site footer for each social media account url that you provide. Leave blank any fields that you do not want to be displayed.'), '#group' => 'siteinfo', );