Skip to content

Commit

Permalink
Use correct translation for 'first_name_begins_with' inside admin/ord…
Browse files Browse the repository at this point in the history
…ers/index.html.erb
  • Loading branch information
radar committed Jun 28, 2012
1 parent c7eb4e0 commit 1dc1f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/app/views/spree/admin/orders/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<%= f.text_field :email_cont, :size => 25 %>
</p>
<p>
<%= label_tag nil, t(:first_name_start) %><br />
<%= label_tag nil, t(:first_name_begins_with) %><br />
<%= f.text_field :bill_address_firstname_start, :size => 25 %>
</p>
<p>
Expand Down

0 comments on commit 1dc1f59

Please sign in to comment.