From 55d4c974225611e3a8f31a874b87aee2042453bd Mon Sep 17 00:00:00 2001
From: kpaxman <kpaxman@uwaterloo.ca>
Date: Tue, 8 Jun 2021 12:35:27 -0400
Subject: [PATCH] ISTWCMS-4874: improve comments for adding menu items

---
 uw_cfg_common.module | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/uw_cfg_common.module b/uw_cfg_common.module
index 76e1208b..e2484bf2 100644
--- a/uw_cfg_common.module
+++ b/uw_cfg_common.module
@@ -241,8 +241,8 @@ function uw_cfg_common_toolbar_alter(&$items) {
     unset($items['administration']);
   }
 
-  // Adjust toolbar for non-admin users.
-  // Add links to "Workbench". 'dashboards' is renamed in
+  // Add "people" and "reports" links to "Workbench".
+  // Note: 'dashboards' is renamed in
   // uw_dashboard_toolbar_alter().
   $links = [
     'entity.user.collection' => t('People'),
-- 
GitLab