diff options
author | friendica <info@friendica.com> | 2013-01-27 17:05:32 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-27 17:05:32 -0800 |
commit | 357e71cb44651b364ef5a94e66bd8f7c3125b21a (patch) | |
tree | 192aaa0f5725a10ddf2a3d262f659f35562ae9c2 /include/nav.php | |
parent | bec484237a626c8c0ae930277b17cc1341380a47 (diff) | |
download | volse-hubzilla-357e71cb44651b364ef5a94e66bd8f7c3125b21a.tar.gz volse-hubzilla-357e71cb44651b364ef5a94e66bd8f7c3125b21a.tar.bz2 volse-hubzilla-357e71cb44651b364ef5a94e66bd8f7c3125b21a.zip |
simplify friendship approval - merge with connection editing
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 73421beab..bbf803390 100644 --- a/include/nav.php +++ b/include/nav.php @@ -148,7 +148,7 @@ EOT; $nav['home']['mark'] = array('', t('Mark all channel notifications seen'), '',''); - $nav['intros'] = array('intro', t('Introductions'), "", t('New Connections')); + $nav['intros'] = array('connections/pending', t('Introductions'), "", t('New Connections')); $nav['intros']['all']=array('intro', t('See all channel introductions'), "", ""); |