summaryrefslogtreecommitdiff
path: root/app/views/projects/snippets
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-04-30 21:33:02 +0200
committerDouwe Maan <douwe@gitlab.com>2015-04-30 21:33:02 +0200
commitae09c2a6db0d15caedc080c319add147c79fd02a (patch)
tree528b2a2b4de8a2261c1cbdb84842659fdeb467c7 /app/views/projects/snippets
parente0a1d54e1a3f127c74a71cc09b14e884880d7d7c (diff)
downloadgitlab-ce-ae09c2a6db0d15caedc080c319add147c79fd02a.tar.gz
Capitalize "X" in "New X".
Diffstat (limited to 'app/views/projects/snippets')
-rw-r--r--app/views/projects/snippets/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/snippets/new.html.haml b/app/views/projects/snippets/new.html.haml
index 2d9beef1cbc..e38d95c45e7 100644
--- a/app/views/projects/snippets/new.html.haml
+++ b/app/views/projects/snippets/new.html.haml
@@ -1,4 +1,4 @@
-- page_title "New snippets"
+- page_title "New Snippets"
%h3.page-title
New snippet
%hr