diff options
Diffstat (limited to 'app/views/admin/groups/new.html.haml')
-rw-r--r-- | app/views/admin/groups/new.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/groups/new.html.haml b/app/views/admin/groups/new.html.haml index c81ee552ac3..86a84a9167a 100644 --- a/app/views/admin/groups/new.html.haml +++ b/app/views/admin/groups/new.html.haml @@ -1,4 +1,4 @@ -- page_title "New Group" -%h3.page-title New group +- page_title "新群组" +%h3.page-title 新群组 %hr = render 'form' |