diff options
| author | Christian Oliff <[email protected]> | 2018-01-20 02:18:45 +0900 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-01-19 19:18:45 +0200 |
| commit | 47028b6359d6eca67cff4414b0eda0e9e632774a (patch) | |
| tree | a575516514eef54fe39aa0e6cf7b575dddd68ebe | |
| parent | 8a628b943cf31ca0a002c08af661a95772480225 (diff) | |
| download | bootstrap-47028b6359d6eca67cff4414b0eda0e9e632774a.tar.xz bootstrap-47028b6359d6eca67cff4414b0eda0e9e632774a.zip | |
Correct capitalisation of PayPal (#25362)
| -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 2c346b167..392f58b8f 100644 --- a/docs/4.0/examples/checkout/index.html +++ b/docs/4.0/examples/checkout/index.html @@ -182,7 +182,7 @@ </div> <div class="custom-control custom-radio"> <input id="paypal" name="paymentMethod" type="radio" class="custom-control-input" required> - <label class="custom-control-label" for="paypal">Paypal</label> + <label class="custom-control-label" for="paypal">PayPal</label> </div> </div> <div class="row"> |
