diff options
author | Phil Hughes <me@iamphill.com> | 2017-04-27 07:38:56 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-04-27 07:38:56 +0000 |
commit | d031665a634e5d6fef980e837d6b227097850178 (patch) | |
tree | 506b9e6b20866cc9e107c5b565cf3c1b70cdc946 | |
parent | f25f6fbb1d5f4dfa959ae9e0d30a2ad54ed8a55a (diff) | |
parent | 81836af2001a3855044b9995587f1365603b7e4e (diff) | |
download | gitlab-ce-d031665a634e5d6fef980e837d6b227097850178.tar.gz |
Merge branch '31475-issue-boards-sidebar-milestone-dropdown-title-has-a-typo' into 'master'
Fix typo found in issue board sidebar milestone dropdown
Closes #31475
See merge request !10950
-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 |