From 7c2aafd4ee123f9db1ea2733119e0711f53414cc Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 21 May 2019 18:23:45 -0700 Subject: another forum -> group wording change --- Zotlabs/Widget/Notifications.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Zotlabs') diff --git a/Zotlabs/Widget/Notifications.php b/Zotlabs/Widget/Notifications.php index 37d9139ec..6ac1c48a6 100644 --- a/Zotlabs/Widget/Notifications.php +++ b/Zotlabs/Widget/Notifications.php @@ -113,11 +113,11 @@ class Notifications { ]; $notifications[] = [ - 'type' => 'forums', + 'type' => 'groups', 'icon' => 'comments-o', 'severity' => 'secondary', - 'label' => t('Forums'), - 'title' => t('Forums'), + 'label' => t('Groups'), + 'title' => t('Groups'), 'filter' => [ 'name_label' => t('Filter by name or address') ] -- cgit v1.2.3