diff --git a/frontend/app/views/spree/checkout/_coupon_code.html.erb b/frontend/app/views/spree/checkout/_coupon_code.html.erb index 795260c13a5..311962c82d7 100644 --- a/frontend/app/views/spree/checkout/_coupon_code.html.erb +++ b/frontend/app/views/spree/checkout/_coupon_code.html.erb @@ -1,7 +1,7 @@
<%= form_for order, url: update_checkout_path(order.state) do |form| %> <%= form.label :coupon_code %> - <%= form.text_field :coupon_code, placeholder: :coupon_code %> + <%= form.text_field :coupon_code, placeholder: true %>