summaryrefslogtreecommitdiff
path: root/app/views/admin/groups
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/admin/groups
parente0a1d54e1a3f127c74a71cc09b14e884880d7d7c (diff)
downloadgitlab-ce-ae09c2a6db0d15caedc080c319add147c79fd02a.tar.gz
Capitalize "X" in "New X".
Diffstat (limited to 'app/views/admin/groups')
-rw-r--r--app/views/admin/groups/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/groups/new.html.haml b/app/views/admin/groups/new.html.haml
index 9dccda1f76e..c81ee552ac3 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"
+- page_title "New Group"
%h3.page-title New group
%hr
= render 'form'