From e15307747fb3adfb2b0b35fef192bdfb5a9e489f Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 6 Oct 2017 16:48:25 +0200 Subject: it is not your public stream -> just public stream --- include/nav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nav.php b/include/nav.php index 441a198fa..264e64f20 100644 --- a/include/nav.php +++ b/include/nav.php @@ -212,7 +212,7 @@ EOT; if(! get_config('system', 'disable_discover_tab')) { $nav['pubs'] = array('pubstream', t('Public stream'), "", t('Public stream activity'),'pubs_nav_btn'); - $nav['pubs']['all'] = [ 'pubstream', t('View your public stream'), '','' ]; + $nav['pubs']['all'] = [ 'pubstream', t('View public stream'), '','' ]; $nav['pubs']['mark'] = array('', t('Mark all public stream items seen'), '',''); } -- cgit v1.2.3