app/views/alchemy/admin/attachments/new.html.erb in alchemy_cms-2.5.3.1 vs app/views/alchemy/admin/attachments/new.html.erb in alchemy_cms-2.6.0.rc5

- old
+ new

@@ -1,11 +1,11 @@ <%= form_for([:admin, @attachment], :html => {:multipart => true}) do |f| %> <%= render( :partial => "alchemy/admin/partials/upload_form", :locals => { :file_types => configuration(:uploader)['allowed_filetypes']['attachments'], - :file_types_description => _t('documents'), + :file_types_description => _t(:documents), :model_name => 'attachment', - :item_type => _t('files') + :item_type => _t(:files) } ) %> <% end %>