From 3022dc1057f352de103d6f2775c2bb9f43bb8f19 Mon Sep 17 00:00:00 2001 From: kaizheng <18763216000@163.com> Date: Wed, 14 Aug 2013 21:48:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A8=8D=E8=AF=A5=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/tags/index.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/tags/index.html.erb b/app/views/tags/index.html.erb index ecde0bd3..4f49b8b7 100644 --- a/app/views/tags/index.html.erb +++ b/app/views/tags/index.html.erb @@ -22,8 +22,8 @@
<%= l(:label_tags_numbers) %> <%= l(:label_issue_plural) %>(<%= @issues_tags_num %>)| - Projects(<%= @projects_tags_num %>)| - Users(<%= @users_tags_num %>) + <%= l(:label_project_plural) %>(<%= @projects_tags_num %>)| + <%= l(:label_user_plural) %>(<%= @users_tags_num %>)
<%= render :partial => "tag_search_results",:locals => {:issues_results => @issues_results,