diff --git a/app/views/export_card_configurations/_form.html.erb b/app/views/export_card_configurations/_form.html.erb index fc9d07cae8..f4d295b687 100644 --- a/app/views/export_card_configurations/_form.html.erb +++ b/app/views/export_card_configurations/_form.html.erb @@ -28,11 +28,11 @@ See doc/COPYRIGHT.md for more details.
<%= f.text_field :name, :required => true %>
<%= f.text_area :description, :class => "wiki-edit" %>
-<%= f.text_field :per_page, :required => true %>
-<%= f.text_field :page_size, :required => true, :value => "A4", :readonly => true %>
-<%= f.select :orientation, [:landscape, :portrait], :required => true %>
+<%= f.text_field :per_page, :required => true, :label => I18n.t('export_config_per_page') %>
+<%= f.text_field :page_size, :required => true, :value => "A4", :readonly => true, :label => I18n.t('export_config_page_size') %>
+<%= f.select :orientation, [:landscape, :portrait], :required => true, :label => I18n.t('export_config_orientation') %>
- <% field = (f.text_area :rows, :required => true, :class => "wiki-edit") %> + <% field = (f.text_area :rows, :required => true, :class => "wiki-edit", :label => I18n.t('export_config_rows')) %> <%= render partial: "rows_format_help", locals: { field: field } %> diff --git a/app/views/export_card_configurations/index.html.erb b/app/views/export_card_configurations/index.html.erb index 9ae59ba931..fa4282adc1 100644 --- a/app/views/export_card_configurations/index.html.erb +++ b/app/views/export_card_configurations/index.html.erb @@ -42,13 +42,13 @@ See doc/COPYRIGHT.md for more details. <%= Type.human_attribute_name(:name) %>