From 6c49a2339d74f53358fa475b51ba0513a0b3cb9f Mon Sep 17 00:00:00 2001 From: Kudryavtsev Ilya Date: Wed, 19 Dec 2018 15:09:04 +0300 Subject: [PATCH] Fix placeholder value --- frontend/app/views/spree/checkout/_coupon_code.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>