Remove period from burndown charts warning help link.

parent 0997a5ae
...@@ -127,7 +127,7 @@ module MilestonesHelper ...@@ -127,7 +127,7 @@ module MilestonesHelper
end end
if message if message
message += link_to "Find out about burndown charts.", help_page_path('user/project/milestones/index', anchor: 'burndown-charts'), class: 'burndown-docs-link' message += link_to "About burndown charts", help_page_path('user/project/milestones/index', anchor: 'burndown-charts'), class: 'burndown-docs-link'
content_tag(:div, message.html_safe, id: "data-warning", class: "settings-message prepend-top-20") content_tag(:div, message.html_safe, id: "data-warning", class: "settings-message prepend-top-20")
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment