Improve grammar of label hints

This commit is contained in:
Jacob Vosmaer 2013-07-24 17:26:14 +02:00
parent 20365121e0
commit 8aecfc375c
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"