aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Widget/Notifications.php6
1 files 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')
]