aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-09-12 21:34:14 +0200
committerMario Vavti <mario@mariovavti.com>2017-09-12 21:34:14 +0200
commit525d554a3530376a7a61e1c9e83fb2591c2b126b (patch)
treec3e853758f542965e0232a8379091767b2b5f852 /include
parent4c121aff30a9481a8eb5a6ca75d2e8e664195a0b (diff)
downloadvolse-hubzilla-525d554a3530376a7a61e1c9e83fb2591c2b126b.tar.gz
volse-hubzilla-525d554a3530376a7a61e1c9e83fb2591c2b126b.tar.bz2
volse-hubzilla-525d554a3530376a7a61e1c9e83fb2591c2b126b.zip
rename activity notifications links
Diffstat (limited to 'include')
-rw-r--r--include/nav.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/nav.php b/include/nav.php
index f5a1236a8..a2aab06f6 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -171,8 +171,8 @@ EOT;
if(local_channel()) {
$nav['network'] = array('network', t('Grid'), "", t('Your grid'),'network_nav_btn');
- $nav['network']['all'] = [ 'network', t('View your network/grid'), '','' ];
- $nav['network']['mark'] = array('', t('Mark all grid notifications seen'), '','');
+ $nav['network']['all'] = [ 'network', t('View your network activity'), '','' ];
+ $nav['network']['mark'] = array('', t('Mark all activity notifications seen'), '','');
$nav['home'] = array('channel/' . $channel['channel_address'], t('Channel Home'), "", t('Channel home'),'home_nav_btn');
$nav['home']['all'] = [ 'channel/' . $channel['channel_address'], t('View your channel home'), '' , '' ];