mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-14 09:30:59 +00:00
Correct capitalisation of PayPal (#25362)
This commit is contained in:
parent
8a628b943c
commit
47028b6359
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue