fix: change wording for donate buttons (#38549)
This commit is contained in:
committed by
GitHub
parent
6517f88b6c
commit
2e90ba4754
@ -276,7 +276,7 @@ class DonateForm extends Component {
|
|||||||
id='confirm-donation-btn'
|
id='confirm-donation-btn'
|
||||||
onClick={this.handleStripeCheckoutRedirect}
|
onClick={this.handleStripeCheckoutRedirect}
|
||||||
>
|
>
|
||||||
<span>Pay with Apple Pay</span>
|
<span>Donate with Apple Pay</span>
|
||||||
|
|
||||||
<ApplePay className='apple-pay-logo' />
|
<ApplePay className='apple-pay-logo' />
|
||||||
</Button>
|
</Button>
|
||||||
@ -288,7 +288,7 @@ class DonateForm extends Component {
|
|||||||
id='confirm-donation-btn'
|
id='confirm-donation-btn'
|
||||||
onClick={this.handleStripeCheckoutRedirect}
|
onClick={this.handleStripeCheckoutRedirect}
|
||||||
>
|
>
|
||||||
<span>Pay with Google Pay</span>
|
<span>Donate with Google Pay</span>
|
||||||
<GooglePay className='google-pay-logo' />
|
<GooglePay className='google-pay-logo' />
|
||||||
</Button>
|
</Button>
|
||||||
<Spacer />
|
<Spacer />
|
||||||
@ -299,7 +299,7 @@ class DonateForm extends Component {
|
|||||||
id='confirm-donation-btn'
|
id='confirm-donation-btn'
|
||||||
onClick={this.handleStripeCheckoutRedirect}
|
onClick={this.handleStripeCheckoutRedirect}
|
||||||
>
|
>
|
||||||
<span>Pay with Card</span>
|
<span>Donate with Card</span>
|
||||||
|
|
||||||
<img
|
<img
|
||||||
alt='accepted cards'
|
alt='accepted cards'
|
||||||
|
Reference in New Issue
Block a user