Skip to content
Snippets Groups Projects
Commit 8aecfc37 authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Improve grammar of label hints

parent 20365121
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
Loading
Loading
@@ -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"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment