diff --git a/app/views/layouts/base_projects.html.erb b/app/views/layouts/base_projects.html.erb index b95ad4e94..404a20fa1 100644 --- a/app/views/layouts/base_projects.html.erb +++ b/app/views/layouts/base_projects.html.erb @@ -62,7 +62,7 @@ <%= l(:label_member) %> - <%= l(:label_user_watcher) %> + <%= l(:label_user_watchered) %> <%= l(:label_project_issues) %> diff --git a/config/locales/en.yml b/config/locales/en.yml index 74df372f5..680eedbf4 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1116,10 +1116,10 @@ en: label_file_new: Download label_user_edit: "Edit information" label_user_info: "User information" #huang 添加 - label_user_watcher: "Followed by" # huang添加的 # modified by bai + label_user_watcher: "Following" # huang添加的 # modified by bai label_user_fans: "Followed by" # modified by bai label_user_commits: "Code commits" - label_user_watchered: "Followed" # huang添加的 + label_user_watchered: "Followed by" # huang添加的 label_user_newfeedback: "Messages" ## huang添加的 # modified by bai label_user_login: "Last login:" label_user_mail: "E-mail:" diff --git a/config/locales/zh.yml b/config/locales/zh.yml index b661e8710..9ed8b5107 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -769,7 +769,7 @@ zh: label_user_watcher: "关注" # huang添加的 label_user_fans: "粉丝" label_user_commits: "代码提交" - label_user_watchered: "被关注" # huang添加的 + label_user_watchered: "关注" # huang添加的 label_user_newfeedback: "留言" ## huang添加的 label_user_login: "最后登录:" label_user_mail: "邮件地址:"