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

Improve grammar of label hints

parent 20365121
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
= f.label :label_list, "Labels", class: 'control-label' = f.label :label_list, "Labels", class: 'control-label'
.controls .controls
= f.text_field :label_list, maxlength: 2000, class: "span5" = f.text_field :label_list, maxlength: 2000, class: "span5"
%p.hint Separate with comma. %p.hint Separate labels with commas.
%fieldset.features %fieldset.features
%legend %legend
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
Labels Labels
.input .input
= f.text_field :label_list, maxlength: 2000, class: "xxlarge" = f.text_field :label_list, maxlength: 2000, class: "xxlarge"
%p.hint Separate with comma. %p.hint Separate labels with commas.
.clearfix .clearfix
= f.label :description, "Details" = 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