summaryrefslogtreecommitdiff
path: root/app/views/projects/snippets/new.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/snippets/new.html.haml')
-rw-r--r--app/views/projects/snippets/new.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/snippets/new.html.haml b/app/views/projects/snippets/new.html.haml
index 26b333d4ecf..d64e3a49a81 100644
--- a/app/views/projects/snippets/new.html.haml
+++ b/app/views/projects/snippets/new.html.haml
@@ -1,8 +1,8 @@
- add_to_breadcrumbs _("Snippets"), project_snippets_path(@project)
- breadcrumb_title _("New")
-- page_title _("New Snippets")
+- page_title _("New Snippet")
%h3.page-title
- = _('New Snippet')
+ = _("New Snippet")
%hr
= render "shared/snippets/form", url: project_snippets_path(@project, @snippet)