From 0e325ea6ee625ad24709dd1118e36803bbaa222e Mon Sep 17 00:00:00 2001 From: Jose Ivan Vargas Lopez Date: Wed, 5 Apr 2017 20:46:58 +0000 Subject: Groups section capitalization fix --- app/views/groups/issues.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/groups/issues.html.haml') diff --git a/app/views/groups/issues.html.haml b/app/views/groups/issues.html.haml index f4c17dc2d16..182dbe2f98a 100644 --- a/app/views/groups/issues.html.haml +++ b/app/views/groups/issues.html.haml @@ -11,7 +11,7 @@ = icon('rss') %span.icon-label Subscribe - = render 'shared/new_project_item_select', path: 'issues/new', label: "New Issue" + = render 'shared/new_project_item_select', path: 'issues/new', label: "New issue" = render 'shared/issuable/filter', type: :issues -- cgit v1.2.3