diff --git a/app/views/admin/applications/new.html.haml b/app/views/admin/applications/new.html.haml
index 2884ee93d5218fa4a5565fb3818e85bbe00bbc61..6310d89bd6bc5ee05a526d4871f804a65e4e2534 100644
--- a/app/views/admin/applications/new.html.haml
+++ b/app/views/admin/applications/new.html.haml
@@ -1,4 +1,4 @@
-- page_title "New application"
+- page_title "New Application"
 %h3.page-title New application
 - @url = admin_applications_path
 = render 'form', application: @application
diff --git a/app/views/admin/groups/new.html.haml b/app/views/admin/groups/new.html.haml
index 9dccda1f76e3cfc9c8dc9b0f04d9ee18eabcbfeb..c81ee552ac3717ecaed1818006273002e80899cf 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'
diff --git a/app/views/admin/users/new.html.haml b/app/views/admin/users/new.html.haml
index cabce1f516fe0445db49d2bd3bf8ca7aa9550cbe..bfc36ed7373dd998f8990fdd37de4ec585b2c4ac 100644
--- a/app/views/admin/users/new.html.haml
+++ b/app/views/admin/users/new.html.haml
@@ -1,4 +1,4 @@
-- page_title "New user"
+- page_title "New User"
 %h3.page-title
   New user
 %hr
diff --git a/app/views/projects/blob/new.html.haml b/app/views/projects/blob/new.html.haml
index eb0d99d01521c4a2628089e749392a71c1bdafc2..9b1d03b820ebba208f44024afb510ddbbbd347e0 100644
--- a/app/views/projects/blob/new.html.haml
+++ b/app/views/projects/blob/new.html.haml
@@ -1,4 +1,4 @@
-- page_title "New file", @ref
+- page_title "New File", @ref
 %h3.page-title New file
 .file-editor
   = form_tag(namespace_project_create_blob_path(@project.namespace, @project, @id), method: :post, class: 'form-horizontal form-new-file') do
diff --git a/app/views/projects/branches/new.html.haml b/app/views/projects/branches/new.html.haml
index 7ca0b78a0be0d98e618dd10f0986eac23b061f97..cac5dc91afd59b28d9e359e871e5d380a2144224 100644
--- a/app/views/projects/branches/new.html.haml
+++ b/app/views/projects/branches/new.html.haml
@@ -1,4 +1,4 @@
-- page_title "New branch"
+- page_title "New Branch"
 - if @error
   .alert.alert-danger
     %button{ type: "button", class: "close", "data-dismiss" => "alert"} ×
diff --git a/app/views/projects/issues/new.html.haml b/app/views/projects/issues/new.html.haml
index 96e43855628d60be5247aced04a1f86ec5090719..da6edd5c2d2fd1b4d4859efc4ed3ed0531fe0038 100644
--- a/app/views/projects/issues/new.html.haml
+++ b/app/views/projects/issues/new.html.haml
@@ -1,2 +1,2 @@
-- page_title "New issue"
+- page_title "New Issue"
 = render "form"
diff --git a/app/views/projects/labels/new.html.haml b/app/views/projects/labels/new.html.haml
index 7cacbd0f30206abe831c44e3c6b5b600f4faafc6..b3ef17025c30617da25c4502150dca9969846070 100644
--- a/app/views/projects/labels/new.html.haml
+++ b/app/views/projects/labels/new.html.haml
@@ -1,4 +1,4 @@
-- page_title "New label"
+- page_title "New Label"
 %h3 New label
 .back-link
   = link_to namespace_project_labels_path(@project.namespace, @project) do
diff --git a/app/views/projects/merge_requests/new.html.haml b/app/views/projects/merge_requests/new.html.haml
index b1c7bea7de4bce2d76a3252b475825649156b810..b038a640f67d31da7c95339229924c70f03c6b8b 100644
--- a/app/views/projects/merge_requests/new.html.haml
+++ b/app/views/projects/merge_requests/new.html.haml
@@ -1,4 +1,4 @@
-- page_title "New merge request"
+- page_title "New Merge Request"
 - if @merge_request.can_be_created
   = render 'new_submit'
 - else
diff --git a/app/views/projects/milestones/new.html.haml b/app/views/projects/milestones/new.html.haml
index d76e417b3c5d644b727db5af6afd668f56cd5b9f..47149dfea41e88fcf0bcedad646c79c477d0bf56 100644
--- a/app/views/projects/milestones/new.html.haml
+++ b/app/views/projects/milestones/new.html.haml
@@ -1,2 +1,2 @@
-- page_title "New milestone"
+- page_title "New Milestone"
 = render "form"
diff --git a/app/views/projects/snippets/new.html.haml b/app/views/projects/snippets/new.html.haml
index 2d9beef1cbc675edc62a48885ae26d2bf82039c1..e38d95c45e7e893c5f88feee5d43ec04ddadf9c8 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
diff --git a/app/views/projects/tags/new.html.haml b/app/views/projects/tags/new.html.haml
index 61c35e4a5e2a3aa7ef74a32b77dd97a8fc283d15..172fafdeeff41a87f7acd4e6ac3206c54412031d 100644
--- a/app/views/projects/tags/new.html.haml
+++ b/app/views/projects/tags/new.html.haml
@@ -1,4 +1,4 @@
-- page_title "New tag"
+- page_title "New Tag"
 - if @error
   .alert.alert-danger
     %button{ type: "button", class: "close", "data-dismiss" => "alert"} ×
diff --git a/app/views/snippets/new.html.haml b/app/views/snippets/new.html.haml
index 2c92041351948586725020bd568d60156ae573e3..a74d5e792ad428866f6125b6fcd8190b86a22a4e 100644
--- a/app/views/snippets/new.html.haml
+++ b/app/views/snippets/new.html.haml
@@ -1,4 +1,4 @@
-- page_title "New snippet"
+- page_title "New Snippet"
 %h3.page-title
   New snippet
 %hr