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 ? (
|
{subscriptionPayment ? (
|
||||||
<Fragment>
|
<Fragment>
|
||||||
<b>
|
<b>
|
||||||
Confirm your donation of ${donationAmount / 100} / year with
|
Confirm your donation of ${donationAmount / 100} /{' '}
|
||||||
PayPal:
|
{donationDuration} with PayPal:
|
||||||
</b>
|
</b>
|
||||||
<Spacer />
|
<Spacer />
|
||||||
</Fragment>
|
</Fragment>
|
||||||
|
Reference in New Issue
Block a user