diff --git a/client/src/components/Donation/DonateForm.js b/client/src/components/Donation/DonateForm.js index 60925abead..ece32f5708 100644 --- a/client/src/components/Donation/DonateForm.js +++ b/client/src/components/Donation/DonateForm.js @@ -249,11 +249,11 @@ class DonateForm extends Component { return (
{isOneTime ? ( - Confirm your one-time donation of ${donationAmount / 100} : + Confirm your one-time donation of ${donationAmount / 100}: ) : ( Confirm your donation of ${donationAmount / 100} /{' '} - {donationDuration} : + {donationDuration}: )} diff --git a/client/src/components/Donation/DonateFormChildViewForHOC.js b/client/src/components/Donation/DonateFormChildViewForHOC.js index 8e73e1b578..2df8259ddd 100644 --- a/client/src/components/Donation/DonateFormChildViewForHOC.js +++ b/client/src/components/Donation/DonateFormChildViewForHOC.js @@ -177,7 +177,8 @@ class DonateFormChildViewForHOC extends Component { ? error.response.data : { error: - 'Something is not right. Please contact team@freecodecamp.org' + 'Something is not right. ' + + 'Please contact donors@freecodecamp.org.' }; this.setState(state => ({ ...state, diff --git a/client/src/components/Donation/DonateText.js b/client/src/components/Donation/DonateText.js index c72245debc..7532b2b819 100644 --- a/client/src/components/Donation/DonateText.js +++ b/client/src/components/Donation/DonateText.js @@ -28,7 +28,7 @@ const DonateText = () => { Need help with your current or past donations?

- Forward a copy of your donation receipt to team@freeCodeCamp.org and + Forward a copy of your donation receipt to donors@freecodecamp.org and tell us how we can help.