Showing 1 changed files with 1 additions and 1 deletions
+1 -1
templates/include/header.html.ep
... ...
@@ -136,7 +136,7 @@
136 136
               <li class="<%= $tab eq 'graph' ? 'active' :  '' %>">
137 137
                 <a href="<%= url_for("/$user_id/$project_id/network") %>" >
138 138
                   <i class="icon-align-center"></i>
139
-                  Graph
139
+                  Members
140 140
                 </a>
141 141
               </li>
142 142
               % if ($logined && $user_id eq $session_user->{id}) {