diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index 2f4eba9..f9fc65a 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -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
diff --git a/app/views/projects/issues/_form.html.haml b/app/views/projects/issues/_form.html.haml
index 153a477..b711d86 100644
--- a/app/views/projects/issues/_form.html.haml
+++ b/app/views/projects/issues/_form.html.haml
@@ -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"
--
libgit2 0.21.2