fix (client): show correct paypal donation duration on donate page (#38444)
This commit is contained in:
@ -255,8 +255,8 @@ class DonateForm extends Component {
|
||||
{subscriptionPayment ? (
|
||||
<Fragment>
|
||||
<b>
|
||||
Confirm your donation of ${donationAmount / 100} / year with
|
||||
PayPal:
|
||||
Confirm your donation of ${donationAmount / 100} /{' '}
|
||||
{donationDuration} with PayPal:
|
||||
</b>
|
||||
<Spacer />
|
||||
</Fragment>
|
||||
|
Reference in New Issue
Block a user