summaryrefslogtreecommitdiff
path: root/app/views/admin
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-02 14:30:12 +0100
committerDouwe Maan <douwe@gitlab.com>2015-12-02 14:41:54 +0100
commit67119e15c03d4d1e8abd2ce2cfe1b40aba35c709 (patch)
tree12c895100dabb19bb795cc54d133a8823f5eaa90 /app/views/admin
parented74fa73e227b9666f3f38f17b35a5cf8328fa44 (diff)
downloadgitlab-ce-67119e15c03d4d1e8abd2ce2cfe1b40aba35c709.tar.gz
Use consistent casing for form field labels
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/labels/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/labels/_form.html.haml b/app/views/admin/labels/_form.html.haml
index a5ace4e7a3b..eaa94ed9e36 100644
--- a/app/views/admin/labels/_form.html.haml
+++ b/app/views/admin/labels/_form.html.haml
@@ -12,7 +12,7 @@
.col-sm-10
= f.text_field :title, class: "form-control", required: true
.form-group
- = f.label :color, "Background Color", class: 'control-label'
+ = f.label :color, "Background color", class: 'control-label'
.col-sm-10
.input-group
.input-group-addon.label-color-preview &nbsp;