diff options
-rw-r--r-- | Zotlabs/Widget/Notifications.php | 6 |
1 files changed, 3 insertions, 3 deletions
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') ] |