Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-04-30 22:33:02 +0300
committerDouwe Maan <douwe@gitlab.com>2015-04-30 22:33:02 +0300
commitae09c2a6db0d15caedc080c319add147c79fd02a (patch)
tree528b2a2b4de8a2261c1cbdb84842659fdeb467c7 /app/views/admin/applications
parente0a1d54e1a3f127c74a71cc09b14e884880d7d7c (diff)
Capitalize "X" in "New X".
Diffstat (limited to 'app/views/admin/applications')
-rw-r--r--app/views/admin/applications/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/applications/new.html.haml b/app/views/admin/applications/new.html.haml
index 2884ee93d52..6310d89bd6b 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