mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 21:56:19 +10:00
Improve grammar of label hints
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user