diff options
author | Jose Ivan Vargas Lopez <jvargas@gitlab.com> | 2017-04-05 05:59:49 +0000 |
---|---|---|
committer | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-04-06 14:58:57 -0500 |
commit | 7997a0df7106899f1e5352e4613a3e0c3e40db64 (patch) | |
tree | 66d85d641e8d258c6238b4cac8a491e966bae5d1 /app/views/dashboard/milestones | |
parent | c2a987fb9c5c8f6879516ce04c439fb45fcd8fae (diff) | |
download | gitlab-ce-7997a0df7106899f1e5352e4613a3e0c3e40db64.tar.gz |
Dashboard section capitalization fix
Diffstat (limited to 'app/views/dashboard/milestones')
-rw-r--r-- | app/views/dashboard/milestones/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/milestones/index.html.haml b/app/views/dashboard/milestones/index.html.haml index 505b475f55b..664ec618b79 100644 --- a/app/views/dashboard/milestones/index.html.haml +++ b/app/views/dashboard/milestones/index.html.haml @@ -5,7 +5,7 @@ = render 'shared/milestones_filter', counts: @milestone_states .nav-controls - = render 'shared/new_project_item_select', path: 'milestones/new', label: 'New Milestone', include_groups: true + = render 'shared/new_project_item_select', path: 'milestones/new', label: 'New milestone', include_groups: true .milestones %ul.content-list |