aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2019-05-21 18:23:45 -0700
committerzotlabs <mike@macgirvin.com>2019-05-21 18:23:45 -0700
commit7c2aafd4ee123f9db1ea2733119e0711f53414cc (patch)
treea3b6fe6b3b655925a44a3fbb9f0dd87c01eb40b3 /Zotlabs
parent776074b24feba5c82f36dcead9646d2133802357 (diff)
downloadvolse-hubzilla-7c2aafd4ee123f9db1ea2733119e0711f53414cc.tar.gz
volse-hubzilla-7c2aafd4ee123f9db1ea2733119e0711f53414cc.tar.bz2
volse-hubzilla-7c2aafd4ee123f9db1ea2733119e0711f53414cc.zip
another forum -> group wording change
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 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')
]