Skip to content

Commit

Permalink
Corrección i18n de forma de pago
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvega committed Jun 6, 2012
1 parent 1fd5e35 commit 48a099b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/contacts/show.html.erb
Expand Up @@ -27,7 +27,7 @@

<% if @contact.payment_form.present? %>
<p>
<b><%= ContactState.human_attribute_name 'payment_form' %>:</b>
<b><%= Contact.human_attribute_name 'payment_form' %>:</b>
<%= @contact.payment_form %>
</p>
<% end %>
Expand Down

0 comments on commit 48a099b

Please sign in to comment.