From fec00f4f5501762564266e69d16557fb7d1a950b Mon Sep 17 00:00:00 2001 From: Ahmad Abdolsaheb Date: Mon, 23 Dec 2024 21:11:47 +0300 Subject: [PATCH] feat: update donor thank you copy (#57722) Co-authored-by: Naomi --- client/i18n/locales/english/translations.json | 3 ++- client/src/components/Donation/donation-text-components.tsx | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/client/i18n/locales/english/translations.json b/client/i18n/locales/english/translations.json index 8c18175010d..43b83d41b3f 100644 --- a/client/i18n/locales/english/translations.json +++ b/client/i18n/locales/english/translations.json @@ -594,6 +594,7 @@ "redirecting": "Redirecting...", "thanks": "Thanks for donating", "thank-you": "Thank You for Being a Supporter", + "thank-you-continued": "Thank you for your continued support", "success-card-update": "Your card has been updated successfully.", "additional": "You can make an additional one-time donation of any amount using this link: <0>{{url}}", "help-more": "Help Our Charity Do More", @@ -696,7 +697,7 @@ "bear-progress-alt": "Illustration of an adorable teddy bear with a pleading expression holding an empty money jar.", "bear-completion-alt": "Illustration of an adorable teddy bear holding a large trophy.", "flying-bear": "Illustration of an adorable teddy bear wearing a graduation cap and flying with a Supporter badge.", - "crucial-contribution": "Your contribution will be crucial in creating resources that empower millions of people to learn new skills and support their families.", + "crucial-contribution": "Your contributions are crucial in creating resources that empower millions of people to learn new skills and support their families.", "support-benefits-title": "Benefits from becoming a Supporter:", "support-benefits-1": "No more donation prompt popups", "support-benefits-2": "You'll get a Supporter badge", diff --git a/client/src/components/Donation/donation-text-components.tsx b/client/src/components/Donation/donation-text-components.tsx index bb9c0760b58..95b698e4e48 100644 --- a/client/src/components/Donation/donation-text-components.tsx +++ b/client/src/components/Donation/donation-text-components.tsx @@ -47,7 +47,9 @@ export const ThankYouMessage = ({ const { t } = useTranslation(); return ( <> -

{t('donate.thank-you')}

+

+ {t('donate.thank-you-continued')} +

{(askForDonation || thankContributon) && ( <>