summaryrefslogtreecommitdiff
path: root/app/views/admin/users/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/users/edit.html.haml')
-rw-r--r--app/views/admin/users/edit.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/users/edit.html.haml b/app/views/admin/users/edit.html.haml
index 3b6fd71500d..395e9d30c33 100644
--- a/app/views/admin/users/edit.html.haml
+++ b/app/views/admin/users/edit.html.haml
@@ -1,5 +1,5 @@
-- page_title "Edit", @user.name, "Users"
+- page_title "编辑", @user.name, "用户"
%h3.page-title
- Edit user: #{@user.name}
+ 编辑用户:#{@user.name}
%hr
= render 'form'