Commit 8aecfc37 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Improve grammar of label hints

parent 20365121
......@@ -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
......
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment