summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2013-07-24 17:26:14 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2013-07-24 17:26:14 +0200
commit8aecfc375c10033ae76c9a7fc94e600a48cd498e (patch)
tree44b102abce56d3b0ee31a5c245b1ac9854546c02 /app
parent20365121e0e741b5e415ddf5ab616b068a8acc8e (diff)
downloadgitlab-ce-8aecfc375c10033ae76c9a7fc94e600a48cd498e.tar.gz
Improve grammar of label hints
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/edit.html.haml2
-rw-r--r--app/views/projects/issues/_form.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index 2f4eba988e0..f9fc65a71b4 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -52,7 +52,7 @@
= f.label :label_list, "Labels", class: 'control-label'
.controls
= f.text_field :label_list, maxlength: 2000, class: "span5"
- %p.hint Separate with comma.
+ %p.hint Separate labels with commas.
%fieldset.features
%legend
diff --git a/app/views/projects/issues/_form.html.haml b/app/views/projects/issues/_form.html.haml
index 153a477fdc8..b711d861125 100644
--- a/app/views/projects/issues/_form.html.haml
+++ b/app/views/projects/issues/_form.html.haml
@@ -38,7 +38,7 @@
Labels
.input
= f.text_field :label_list, maxlength: 2000, class: "xxlarge"
- %p.hint Separate with comma.
+ %p.hint Separate labels with commas.
.clearfix
= f.label :description, "Details"