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[] = [ $notifications[] = [
'type' => 'groups', 'type' => 'forums',
'icon' => 'comments-o', 'icon' => 'comments-o',
'severity' => 'secondary', 'severity' => 'secondary',
'label' => t('Groups'), 'label' => t('Forums'),
'title' => t('Groups'), 'title' => t('Forums'),
'filter' => [ 'filter' => [
'name_label' => t('Filter by name or address') 'name_label' => t('Filter by name or address')
] ]