Skip to content
Snippets Groups Projects
Commit b31c1461 authored by Melissa Miller's avatar Melissa Miller
Browse files

update social media fields description

parent 7c2f1ce0
No related branches found
No related tags found
No related merge requests found
...@@ -145,7 +145,7 @@ class ModuleConfigurationForm extends ConfigFormBase { ...@@ -145,7 +145,7 @@ class ModuleConfigurationForm extends ConfigFormBase {
$form['social'] = array( $form['social'] = array(
'#type' => 'details', '#type' => 'details',
'#title' => $this->t('Social Networking'), '#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', '#group' => 'siteinfo',
); );
......
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