fix: update donor email address and fix spacing
This commit is contained in:
committed by
Kristofer Koishigawa
parent
de55527693
commit
f21248edae
@ -249,11 +249,11 @@ class DonateForm extends Component {
|
||||
return (
|
||||
<div>
|
||||
{isOneTime ? (
|
||||
<b>Confirm your one-time donation of ${donationAmount / 100} :</b>
|
||||
<b>Confirm your one-time donation of ${donationAmount / 100}:</b>
|
||||
) : (
|
||||
<b>
|
||||
Confirm your donation of ${donationAmount / 100} /{' '}
|
||||
{donationDuration} :
|
||||
{donationDuration}:
|
||||
</b>
|
||||
)}
|
||||
<Spacer />
|
||||
|
@ -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,
|
||||
|
@ -28,7 +28,7 @@ const DonateText = () => {
|
||||
<b>Need help with your current or past donations?</b>
|
||||
</h4>
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
</Col>
|
||||
|
Reference in New Issue
Block a user