Revert "another forum -> group wording change" (wrong tree)

This reverts commit 7c2aafd4ee.
This commit is contained in:
zotlabs 2019-05-28 16:35:41 -07:00
parent 52f8429218
commit 1bf046c142

View File

@ -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')
]