summaryrefslogtreecommitdiff
path: root/app/views/shared/_group_form.html.haml
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/shared/_group_form.html.haml
parented74fa73e227b9666f3f38f17b35a5cf8328fa44 (diff)
downloadgitlab-ce-67119e15c03d4d1e8abd2ce2cfe1b40aba35c709.tar.gz
Use consistent casing for form field labels
Diffstat (limited to 'app/views/shared/_group_form.html.haml')
-rw-r--r--app/views/shared/_group_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_group_form.html.haml b/app/views/shared/_group_form.html.haml
index c0a9923348e..67072b9fc2a 100644
--- a/app/views/shared/_group_form.html.haml
+++ b/app/views/shared/_group_form.html.haml
@@ -23,7 +23,7 @@
%li It will change the git path to repositories under this group.
.form-group.group-description-holder
- = f.label :description, 'Details', class: 'control-label'
+ = f.label :description, class: 'control-label'
.col-sm-10
= f.text_area :description, maxlength: 250,
class: 'form-control js-gfm-input', rows: 4