各处中文角色统一

This commit is contained in:
huang 2015-05-08 09:28:01 +08:00
parent c6b1a4af59
commit 7755d54ef1
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@
<%= check_box_tag 'membership[role_ids][]', role.id %>
<% if User.current.language == "zh" %>
<% if role.id == 3 %>
<label >管理员</label>
<label >管理员</label>
<% elsif role.id == 4 %>
<label >开发人员</label>
<% else %>