From 2e90ba4754152ee3eb57477f37914c02bf045137 Mon Sep 17 00:00:00 2001 From: Kristofer Koishigawa Date: Tue, 14 Apr 2020 22:18:42 +0900 Subject: [PATCH] fix: change wording for donate buttons (#38549) --- client/src/components/Donation/DonateForm.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/components/Donation/DonateForm.js b/client/src/components/Donation/DonateForm.js index d5004f0259..4e98441220 100644 --- a/client/src/components/Donation/DonateForm.js +++ b/client/src/components/Donation/DonateForm.js @@ -276,7 +276,7 @@ class DonateForm extends Component { id='confirm-donation-btn' onClick={this.handleStripeCheckoutRedirect} > - Pay with Apple Pay + Donate with Apple Pay @@ -288,7 +288,7 @@ class DonateForm extends Component { id='confirm-donation-btn' onClick={this.handleStripeCheckoutRedirect} > - Pay with Google Pay + Donate with Google Pay @@ -299,7 +299,7 @@ class DonateForm extends Component { id='confirm-donation-btn' onClick={this.handleStripeCheckoutRedirect} > - Pay with Card + Donate with Card