Merge branch 'change_milestone_close_copy' into 'master'
Change milestone close notice copy. Closes #6051 See merge request !2372
This commit is contained in:
commit
5c874f06fc
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
- if @milestone.complete? && @milestone.active?
|
- if @milestone.complete? && @milestone.active?
|
||||||
.alert.alert-success.prepend-top-default
|
.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-holder
|
||||||
%table.table
|
%table.table
|
||||||
|
|
Loading…
Reference in a new issue