From 1bf046c142f3ac43da4a65ec3ad80555e781655f Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 28 May 2019 16:35:41 -0700 Subject: Revert "another forum -> group wording change" (wrong tree) This reverts commit 7c2aafd4ee123f9db1ea2733119e0711f53414cc. --- Zotlabs/Widget/Notifications.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Zotlabs/Widget/Notifications.php b/Zotlabs/Widget/Notifications.php index 95b349b3d..077949b4e 100644 --- a/Zotlabs/Widget/Notifications.php +++ b/Zotlabs/Widget/Notifications.php @@ -113,11 +113,11 @@ class Notifications { ]; $notifications[] = [ - 'type' => 'groups', + 'type' => 'forums', 'icon' => 'comments-o', 'severity' => 'secondary', - 'label' => t('Groups'), - 'title' => t('Groups'), + 'label' => t('Forums'), + 'title' => t('Forums'), 'filter' => [ 'name_label' => t('Filter by name or address') ] -- cgit v1.2.3