From 2b1e02daf30b08e61a9a597ffcd93bfe224f59b1 Mon Sep 17 00:00:00 2001 From: Hassaan Pasha Date: Thu, 26 Mar 2020 12:51:05 +0500 Subject: [PATCH] fix (client): show correct paypal donation duration on donate page (#38444) --- client/src/components/Donation/DonateForm.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/Donation/DonateForm.js b/client/src/components/Donation/DonateForm.js index 5d22056442..6b943256d8 100644 --- a/client/src/components/Donation/DonateForm.js +++ b/client/src/components/Donation/DonateForm.js @@ -255,8 +255,8 @@ class DonateForm extends Component { {subscriptionPayment ? ( - Confirm your donation of ${donationAmount / 100} / year with - PayPal: + Confirm your donation of ${donationAmount / 100} /{' '} + {donationDuration} with PayPal: