aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-10-06 16:48:25 +0200
committerMario Vavti <mario@mariovavti.com>2017-10-06 16:48:25 +0200
commite15307747fb3adfb2b0b35fef192bdfb5a9e489f (patch)
tree2e4d4bc8317fe249da68826c32a9ec3ed4d226a5 /include/nav.php
parentf427b4a325e3db897afc33a09fb04d9af765a53f (diff)
downloadvolse-hubzilla-e15307747fb3adfb2b0b35fef192bdfb5a9e489f.tar.gz
volse-hubzilla-e15307747fb3adfb2b0b35fef192bdfb5a9e489f.tar.bz2
volse-hubzilla-e15307747fb3adfb2b0b35fef192bdfb5a9e489f.zip
it is not your public stream -> just public stream
Diffstat (limited to 'include/nav.php')
-rw-r--r--include/nav.php2
1 files changed, 1 insertions, 1 deletions
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'), '','');
}