aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
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 16ec941aa..600043ee5 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -114,7 +114,7 @@ function nav(&$a) {
/* only show friend requests for normal pages. Other page types have automatic friendship. */
if($_SESSION['page_flags'] == PAGE_NORMAL) {
- $nav['notifications'] = array('notifications', t('Notifications'), "", t('Friend requests'));
+ $nav['notifications'] = array('notifications/network', t('Notifications'), "", t('Notifications'));
}
$nav['messages'] = array('message', t('Messages'), "", t('Private mail'));