summaryrefslogtreecommitdiff
path: root/app/views/projects/snippets/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/snippets/edit.html.haml')
-rw-r--r--app/views/projects/snippets/edit.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/snippets/edit.html.haml b/app/views/projects/snippets/edit.html.haml
index dc3ea1fcf12..8f12cf804b0 100644
--- a/app/views/projects/snippets/edit.html.haml
+++ b/app/views/projects/snippets/edit.html.haml
@@ -1,7 +1,7 @@
-- page_title "Edit", @snippet.title, "Snippets"
+- page_title "编辑", @snippet.title, "代码片段"
= render "header_title"
%h3.page-title
- Edit Snippet
+ 编辑代码片段
%hr
= render "shared/snippets/form", url: namespace_project_snippet_path(@project.namespace, @project, @snippet), visibility_level: @snippet.visibility_level