diff --git a/uw_cfg_common.module b/uw_cfg_common.module
index 76e1208bcc3df409c8b41438b85610fc312df5f9..e2484bf213fc2e452a29d57e5e18912febca89c4 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'),