]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/Nav.php
Improve display of quoted posts
[friendica.git] / src / Content / Nav.php
index 470882b0757db3a83dce55f9f90bc46075b6ccbc..c6634a95c44439ca0d9575a9e3dff4ea329ab0dd 100644 (file)
@@ -123,7 +123,7 @@ class Nav
                        '$apps'         => $this->getAppMenu(),
                        '$home'         => $this->l10n->t('Go back'),
                        '$clear_notifs' => $this->l10n->t('Clear notifications'),
-                       '$search_hint'  => $this->l10n->t('@name, !forum, #tags, content')
+                       '$search_hint'  => $this->l10n->t('@name, !group, #tags, content')
                ]);
 
                Hook::callAll('page_header', $nav);
@@ -273,7 +273,7 @@ class Nav
                        ];
 
                        if ($this->config->get('system', 'poco_local_search')) {
-                               $nav['searchoption'][] = $this->l10n->t('Forums');
+                               $nav['searchoption'][] = $this->l10n->t('Groups');
                        }
                }