diff options
| author | ysds <[email protected]> | 2018-01-31 17:16:32 +0900 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-01-31 10:16:32 +0200 |
| commit | 8adb533fe16f973d68eb6b2d06cb8be9474c6ce9 (patch) | |
| tree | 65e824ae5a635622c82b8673dddaafec6fd74fce | |
| parent | 38fc5cf7f79e7195d6125794c21996d4780a8289 (diff) | |
| download | bootstrap-8adb533fe16f973d68eb6b2d06cb8be9474c6ce9.tar.xz bootstrap-8adb533fe16f973d68eb6b2d06cb8be9474c6ce9.zip | |
Fix "CVV" label pointing to wrong field (#25518)
| -rw-r--r-- | docs/4.0/examples/checkout/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/examples/checkout/index.html b/docs/4.0/examples/checkout/index.html index e80377084..d8e5eafcb 100644 --- a/docs/4.0/examples/checkout/index.html +++ b/docs/4.0/examples/checkout/index.html @@ -211,7 +211,7 @@ </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 |
