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 52 = f.label :label_list, "Labels", class: 'control-label'
53 53 .controls
54 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 57 %fieldset.features
58 58 %legend
... ...
app/views/projects/issues/_form.html.haml
... ... @@ -38,7 +38,7 @@
38 38 Labels
39 39 .input
40 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 43 .clearfix
44 44 = f.label :description, "Details"
... ...