another forum -> group wording change

This commit is contained in:
zotlabs 2019-05-21 18:23:45 -07:00
parent 776074b24f
commit 7c2aafd4ee

View File

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