diff --git a/app/views/layouts/base_projects.html.erb b/app/views/layouts/base_projects.html.erb
index 0994dcec..b95ad4e9 100644
--- a/app/views/layouts/base_projects.html.erb
+++ b/app/views/layouts/base_projects.html.erb
@@ -58,13 +58,13 @@
<%=link_to "#{@project.members.count}", project_member_path(@project) %> |
<%=link_to @project.watcher_users.count, :controller=>"projects", :action=>"watcherlist" %> |
<%=link_to "#{@project.issues.count}", project_issues_path(@project) %> |
- <%=link_to files_count, project_files_path(@project) %> |
+
- <%= l(:label_member) %> |
- <%= l(:label_user_watcher) %> |
- <%= l(:label_project_issues) %> |
- <%= l(:label_attachment) %> |
+ <%= l(:label_member) %> |
+ <%= l(:label_user_watcher) %> |
+ <%= l(:label_project_issues) %> |
+
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 84458fec..74df372f 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -1116,7 +1116,7 @@ en:
label_file_new: Download
label_user_edit: "Edit information"
label_user_info: "User information" #huang 添加
- label_user_watcher: "Followed" # huang添加的 # modified by bai
+ label_user_watcher: "Followed by" # huang添加的 # modified by bai
label_user_fans: "Followed by" # modified by bai
label_user_commits: "Code commits"
label_user_watchered: "Followed" # huang添加的