Commit 8aecfc375c10033ae76c9a7fc94e600a48cd498e
1 parent
20365121
Exists in
master
and in
4 other branches
Improve grammar of label hints
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/views/projects/edit.html.haml
| @@ -52,7 +52,7 @@ | @@ -52,7 +52,7 @@ | ||
| 52 | = f.label :label_list, "Labels", class: 'control-label' | 52 | = f.label :label_list, "Labels", class: 'control-label' |
| 53 | .controls | 53 | .controls |
| 54 | = f.text_field :label_list, maxlength: 2000, class: "span5" | 54 | = f.text_field :label_list, maxlength: 2000, class: "span5" |
| 55 | - %p.hint Separate with comma. | 55 | + %p.hint Separate labels with commas. |
| 56 | 56 | ||
| 57 | %fieldset.features | 57 | %fieldset.features |
| 58 | %legend | 58 | %legend |
app/views/projects/issues/_form.html.haml
| @@ -38,7 +38,7 @@ | @@ -38,7 +38,7 @@ | ||
| 38 | Labels | 38 | Labels |
| 39 | .input | 39 | .input |
| 40 | = f.text_field :label_list, maxlength: 2000, class: "xxlarge" | 40 | = f.text_field :label_list, maxlength: 2000, class: "xxlarge" |
| 41 | - %p.hint Separate with comma. | 41 | + %p.hint Separate labels with commas. |
| 42 | 42 | ||
| 43 | .clearfix | 43 | .clearfix |
| 44 | = f.label :description, "Details" | 44 | = f.label :description, "Details" |