Commit 8aecfc375c10033ae76c9a7fc94e600a48cd498e

Authored by Jacob Vosmaer
1 parent 20365121

Improve grammar of label hints

app/views/projects/edit.html.haml
@@ -52,7 +52,7 @@ @@ -52,7 +52,7 @@
52 = f.label :label_list, "Labels", class: 'control-label' 52 = f.label :label_list, "Labels", class: 'control-label'
53 .controls 53 .controls
54 = f.text_field :label_list, maxlength: 2000, class: "span5" 54 = f.text_field :label_list, maxlength: 2000, class: "span5"
55 - %p.hint Separate with comma. 55 + %p.hint Separate labels with commas.
56 56
57 %fieldset.features 57 %fieldset.features
58 %legend 58 %legend
app/views/projects/issues/_form.html.haml
@@ -38,7 +38,7 @@ @@ -38,7 +38,7 @@
38 Labels 38 Labels
39 .input 39 .input
40 = f.text_field :label_list, maxlength: 2000, class: "xxlarge" 40 = f.text_field :label_list, maxlength: 2000, class: "xxlarge"
41 - %p.hint Separate with comma. 41 + %p.hint Separate labels with commas.
42 42
43 .clearfix 43 .clearfix
44 = f.label :description, "Details" 44 = f.label :description, "Details"