fix (client): show correct paypal donation duration on donate page (#38444)

This commit is contained in:
Hassaan Pasha
2020-03-26 12:51:05 +05:00
committed by GitHub
parent af46e851df
commit 2b1e02daf3

View File

@ -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>