diff --git a/app/views/plans/_download_form.html.erb b/app/views/plans/_download_form.html.erb index 9adf2ac..98bbdd9 100644 --- a/app/views/plans/_download_form.html.erb +++ b/app/views/plans/_download_form.html.erb @@ -12,7 +12,7 @@
<%= _("Optional plan components") %>
- <%= label_tag 'export[project_details]', raw("#{check_box_tag 'export[project_details]', true, false} #{_('project details coversheet')}") %> + <%= label_tag 'export[project_details]', raw("#{check_box_tag 'export[project_details]', true, true} #{_('project details coversheet')}") %>
<%= label_tag 'export[question_headings]', raw("#{check_box_tag 'export[question_headings]', true, true} #{_('question text and section headings')}") %> @@ -26,7 +26,7 @@
<% end %>
- +

<%= _('Format') %>