diff --git a/frontend/app/views/spree/checkout/edit.html.erb b/frontend/app/views/spree/checkout/edit.html.erb index 135b07ca769..08661197082 100644 --- a/frontend/app/views/spree/checkout/edit.html.erb +++ b/frontend/app/views/spree/checkout/edit.html.erb @@ -12,7 +12,7 @@ <% if @order.state == 'address' || !@order.email? %>
<%= form.label :email %>
- <%= form.text_field :email %>
+ <%= form.email_field :email %>