diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2017-04-26 16:37:20 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2017-04-26 16:37:20 -0500 |
commit | 81836af2001a3855044b9995587f1365603b7e4e (patch) | |
tree | acd22ad797fad56c9312c8ece53a1234ab82d21e /app | |
parent | 43fb9279ce39d51b1deceb5108560bf37b8d340d (diff) | |
download | gitlab-ce-81836af2001a3855044b9995587f1365603b7e4e.tar.gz |
Fix typo found in issue board sidebar milestone dropdown31475-issue-boards-sidebar-milestone-dropdown-title-has-a-typo
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/boards/components/sidebar/_milestone.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/boards/components/sidebar/_milestone.html.haml b/app/views/projects/boards/components/sidebar/_milestone.html.haml index 008d1186478..190e7290303 100644 --- a/app/views/projects/boards/components/sidebar/_milestone.html.haml +++ b/app/views/projects/boards/components/sidebar/_milestone.html.haml @@ -22,7 +22,7 @@ Milestone = icon("chevron-down") .dropdown-menu.dropdown-select.dropdown-menu-selectable - = dropdown_title("Assignee milestone") + = dropdown_title("Assign milestone") = dropdown_filter("Search milestones") = dropdown_content = dropdown_loading |