diff options
author | friendica <info@friendica.com> | 2014-04-04 17:43:44 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-04 17:43:44 -0700 |
commit | 32e71cf06b7471923dec37b613da3a044f51f28d (patch) | |
tree | 8febf41633daaaf61194aee682039150c06ed75e /include/nav.php | |
parent | 97f0424b1819394a774d6edd076990b006a0168a (diff) | |
download | volse-hubzilla-32e71cf06b7471923dec37b613da3a044f51f28d.tar.gz volse-hubzilla-32e71cf06b7471923dec37b613da3a044f51f28d.tar.bz2 volse-hubzilla-32e71cf06b7471923dec37b613da3a044f51f28d.zip |
finish "ifpending" connections
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php index 6a28ebe93..a97b434bc 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('Connections'), "", t('Connections')); + $nav['intros'] = array('connections/ifpending', t('Connections'), "", t('Connections')); $nav['notifications'] = array('notifications/system', t('Notices'), "", t('Notifications')); |