From b31c1461942a11b586b0a2639a9aff1b6af3eb42 Mon Sep 17 00:00:00 2001 From: M Miller <miller.2676@osu.edu> Date: Fri, 1 Jun 2018 15:07:51 -0700 Subject: [PATCH] update social media fields description --- src/Form/ModuleConfigurationForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Form/ModuleConfigurationForm.php b/src/Form/ModuleConfigurationForm.php index 7b2f0bd..bec381f 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', ); -- GitLab