aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-04-04 16:56:49 -0700
committerfriendica <info@friendica.com>2014-04-04 16:56:49 -0700
commit97f0424b1819394a774d6edd076990b006a0168a (patch)
treea36caaeccffc6c8bb91e1c1100e3541b5c13fffc /include/nav.php
parent22cdfef21635f01088acbc1538c99a761a86f22d (diff)
downloadvolse-hubzilla-97f0424b1819394a774d6edd076990b006a0168a.tar.gz
volse-hubzilla-97f0424b1819394a774d6edd076990b006a0168a.tar.bz2
volse-hubzilla-97f0424b1819394a774d6edd076990b006a0168a.zip
introduce a connection type called 'ifpending' for number 6 of issue #395 - so that we can still have an unconditional 'pending' link. Needs testing before integrating with the nav menu
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 3aa50226d..6a28ebe93 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -162,7 +162,7 @@ EOT;
$nav['home']['mark'] = array('', t('Mark all channel notifications seen'), '','');
- $nav['intros'] = array('connections/pending', t('Intros'), "", t('New Connections'));
+ $nav['intros'] = array('connections/pending', t('Connections'), "", t('Connections'));
$nav['notifications'] = array('notifications/system', t('Notices'), "", t('Notifications'));