Skip to content

Commit

Permalink
Fix "CVV" label pointing to wrong field (#25518)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysds authored and XhmikosR committed Jan 31, 2018
1 parent 38fc5cf commit 8adb533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/4.0/examples/checkout/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ <h4 class="mb-3">Payment</h4>
</div>
</div>
<div class="col-md-3 mb-3">
<label for="cc-expiration">CVV</label>
<label for="cc-cvv">CVV</label>
<input type="text" class="form-control" id="cc-cvv" placeholder="" required>
<div class="invalid-feedback">
Security code required
Expand Down

0 comments on commit 8adb533

Please sign in to comment.