From 6558bf1e33daa940d62167142f5d3fb739f9f36b Mon Sep 17 00:00:00 2001
From: M Miller <miller.2676@osu.edu>
Date: Sun, 3 Jun 2018 14:19:05 -0700
Subject: [PATCH] update admin link instructions

---
 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 bec381f..44dcda9 100644
--- a/src/Form/ModuleConfigurationForm.php
+++ b/src/Form/ModuleConfigurationForm.php
@@ -68,7 +68,7 @@ class ModuleConfigurationForm extends ConfigFormBase {
     $form['basic']['admin_link'] = array(
       '#type' => 'checkbox',
       '#title' => $this->t('Admin Link'),
-      '#description' => $this->t('Check this box if you would like to display an admin login link in your site footer. It will be displayed discretely below the Footer Block.'),
+      '#description' => $this->t('Check this box if you would like to automatically display an admin login link in your site footer. It will be displayed below the Footer Block. If you don\'t want to add the link here you can add it elsewhere by creating a link to "/user/login".'),
       '#default_value' => $config->get('admin_link'),
     );
     
-- 
GitLab