Skip to content

Commit

Permalink
Merge pull request #3009 from bitberryru/bugfix/fix_coupon_code_place…
Browse files Browse the repository at this point in the history
…holder

Fix coupon code placeholder value.
  • Loading branch information
jacobherrington authored Dec 20, 2018
2 parents 6ff96dc + 6c49a23 commit 6793ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/views/spree/checkout/_coupon_code.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="coupon-code" data-hook='coupon_code'>
<%= 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 %>

<button type="submit" class="button coupon-code-apply-button" id="coupon-code-apply-button">
<%= t('spree.apply_code') %>
Expand Down

0 comments on commit 6793ac3

Please sign in to comment.