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 ? (
<Fragment>
<b>
Confirm your donation of ${donationAmount / 100} / year with
PayPal:
Confirm your donation of ${donationAmount / 100} /{' '}
{donationDuration} with PayPal:
</b>
<Spacer />
</Fragment>