aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/exports
diff options
context:
space:
mode:
authorMichel Etienne2014-09-11 16:55:07 +0200
committerMichel Etienne2014-09-11 16:55:07 +0200
commit06ff98378cc619a111e9f105424c920aa21561dc (patch)
tree050a0662e2a1e0d8357177118d97512d9d51fb55 /app/views/exports
parent76b7562ba2710a495dfe0700cca90ed70eee8bef (diff)
downloadchouette-core-06ff98378cc619a111e9f105424c920aa21561dc.tar.bz2
internationalize and add comments on exchange formats
Diffstat (limited to 'app/views/exports')
-rw-r--r--app/views/exports/new.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/exports/new.html.erb b/app/views/exports/new.html.erb
index feb099223..8405e2c4d 100644
--- a/app/views/exports/new.html.erb
+++ b/app/views/exports/new.html.erb
@@ -2,7 +2,7 @@
<%= semantic_form_for([@referential, @export], :as => :export, :url => new_referential_export_path(@referential), :method => :get) do |form| %>
<%= form.inputs do %>
- <%= form.input :type, :as => :radio, :collection => Export.types.map { |format| [ Export.format_name(format), format]}, :required => true, :include_blank => false %>
+ <%= form.input :type, :as => :radio, :collection => Export.types.map { |format| [ Export.format_label(format), format]}, :required => true, :include_blank => false %>
<% end %>
<% end %>