diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-01-12 17:42:45 +0000 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-01-12 17:42:45 +0000 |
| commit | 5c874f06fc170d8c12ccb647265e2073960b26d8 (patch) | |
| tree | d298f439a4c96fb38f7594a34de4914789e65ce2 | |
| parent | f225c2a005a351d08f0d072955c84c9de08b3153 (diff) | |
| parent | 0c598004d72d197748bec0ec70e5a7fae4958713 (diff) | |
| download | gitlab-ce-5c874f06fc170d8c12ccb647265e2073960b26d8.tar.gz | |
Merge branch 'change_milestone_close_copy' into 'master'
Change milestone close notice copy. Closes #6051
See merge request !2372
| -rw-r--r-- | app/views/dashboard/milestones/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/milestones/show.html.haml b/app/views/dashboard/milestones/show.html.haml index 4316c358dcb..49a558e8ac9 100644 --- a/app/views/dashboard/milestones/show.html.haml +++ b/app/views/dashboard/milestones/show.html.haml @@ -16,7 +16,7 @@ - if @milestone.complete? && @milestone.active? .alert.alert-success.prepend-top-default - %span All issues for this milestone are closed. You may close the milestone now. + %span All issues for this milestone are closed. Navigate to the project to close the milestone. .table-holder %table.table |
