fix a spelling error
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
1b8f427aa5
commit
fabd0963c2
@ -69,7 +69,7 @@ class DonateForm extends PureComponent {
|
|||||||
donationState: {
|
donationState: {
|
||||||
...state.donationState,
|
...state.donationState,
|
||||||
error:
|
error:
|
||||||
'We need a valid email address to send your donation tax reciept to'
|
'We need a valid email address to send your donation tax receipt to'
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
@ -169,7 +169,7 @@ class DonateForm extends PureComponent {
|
|||||||
return (
|
return (
|
||||||
<div className='donation-email-container'>
|
<div className='donation-email-container'>
|
||||||
<label>
|
<label>
|
||||||
Email where we should send your donation tax reciept:
|
Email where we should send your donation tax receipt:
|
||||||
<input
|
<input
|
||||||
onChange={this.handleEmailChange}
|
onChange={this.handleEmailChange}
|
||||||
placeholder='email@example.com'
|
placeholder='email@example.com'
|
||||||
|
Reference in New Issue
Block a user