From 8aecfc375c10033ae76c9a7fc94e600a48cd498e Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Wed, 24 Jul 2013 17:26:14 +0200 Subject: [PATCH] Improve grammar of label hints --- app/views/projects/edit.html.haml | 2 +- app/views/projects/issues/_form.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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