Skip to content

Commit 8adb533

Browse files
ysdsXhmikosR
authored andcommitted
Fix "CVV" label pointing to wrong field (#25518)
1 parent 38fc5cf commit 8adb533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/4.0/examples/checkout/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ <h4 class="mb-3">Payment</h4>
211211
</div>
212212
</div>
213213
<div class="col-md-3 mb-3">
214-
<label for="cc-expiration">CVV</label>
214+
<label for="cc-cvv">CVV</label>
215215
<input type="text" class="form-control" id="cc-cvv" placeholder="" required>
216216
<div class="invalid-feedback">
217217
Security code required

0 commit comments

Comments
 (0)