From 1dc1f592df924bd98438d7df53a2eda12dec3fa6 Mon Sep 17 00:00:00 2001
From: Ryan Bigg
Date: Thu, 28 Jun 2012 14:56:35 +1000
Subject: [PATCH] Use correct translation for 'first_name_begins_with' inside
admin/orders/index.html.erb
---
core/app/views/spree/admin/orders/index.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/app/views/spree/admin/orders/index.html.erb b/core/app/views/spree/admin/orders/index.html.erb
index 363951acc7a..1d0dd442600 100644
--- a/core/app/views/spree/admin/orders/index.html.erb
+++ b/core/app/views/spree/admin/orders/index.html.erb
@@ -71,7 +71,7 @@
<%= f.text_field :email_cont, :size => 25 %>
- <%= label_tag nil, t(:first_name_start) %>
+ <%= label_tag nil, t(:first_name_begins_with) %>
<%= f.text_field :bill_address_firstname_start, :size => 25 %>