diff options
author | zotlabs <mike@macgirvin.com> | 2019-05-28 16:35:41 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2019-05-28 16:35:41 -0700 |
commit | 1bf046c142f3ac43da4a65ec3ad80555e781655f (patch) | |
tree | b7b0fa887b1536c3a66be994085bbcd5907f7a9e /Zotlabs | |
parent | 52f8429218ae8a0f8c2ff193728e3b4422985207 (diff) | |
download | volse-hubzilla-1bf046c142f3ac43da4a65ec3ad80555e781655f.tar.gz volse-hubzilla-1bf046c142f3ac43da4a65ec3ad80555e781655f.tar.bz2 volse-hubzilla-1bf046c142f3ac43da4a65ec3ad80555e781655f.zip |
Revert "another forum -> group wording change" (wrong tree)
This reverts commit 7c2aafd4ee123f9db1ea2733119e0711f53414cc.
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Widget/Notifications.php | 6 |
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') ] |