diff --git a/app/views/plans/show_export.html.erb b/app/views/plans/show_export.html.erb index 390da67..6bf37d2 100644 --- a/app/views/plans/show_export.html.erb +++ b/app/views/plans/show_export.html.erb @@ -36,9 +36,8 @@
<%= form_tag( export_plan_path(@plan), method: :get, html: {class: "roadmap-form"}) do |f| %> <% if @phase_options.length > 1 %> -

<%= _("Select Phase to Download") %>

- <%= label_tag(:phase_id, _("Phase")) %> + <%= label_tag(:phase_id, _("Select phase to download")) %> <%= select_tag(:phase_id, options_for_select(@phase_options, @phase_options[0])) %>
<% else %> @@ -51,7 +50,7 @@
<%= check_box_tag 'export[question_headings]', true, true, class: 'question-headings'%> - <%= label_tag 'export[question_headings]', _('questions as headings'), class: 'checkbox-label' %> + <%= label_tag 'export[question_headings]', _('question text and section headings'), class: 'checkbox-label' %>
<%= check_box_tag 'export[unanswered_questions]', true, true, class: 'unanswered-questions' %> @@ -60,7 +59,7 @@ <% if @plan.template.customization_of.present? %>
<%= check_box_tag 'export[custom_sections]', true, false %> - <%= label_tag 'export[custom_sections]', _('supplimental section(s) not requested by funding organisation'), class: 'checkbox-label' %> + <%= label_tag 'export[custom_sections]', _('supplementary section(s) not requested by funding organisation'), class: 'checkbox-label' %>
<% end %>